home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / Documents / FAQ / Internet / College.txt < prev    next >
Text File  |  1992-12-27  |  106KB  |  2,147 lines

  1. Archive-name: college-email/part1
  2. Last-Modified: Mon Apr 13 22:33:27 1992 by Mark Kantrowitz
  3. Version: 3.18
  4.  
  5. This is a summary of how to find email addresses for undergraduate and
  6. graduate students, faculty and staff at various colleges and
  7. universities. If your university is not listed, send me a detailed
  8. description of how to find email addresses there and I'll add it to
  9. this list. Please mail ADDITIONS, CORRECTIONS, SUGGESTIONS, and OTHER
  10. INFORMATION to me at mkant@cs.cmu.edu. I will *not* answer requests
  11. for help finding a specific address; if the school is not listed in
  12. this posting, I probably do not have any information about the site,
  13. and certainly do not have the time to answer the mail.
  14.  
  15. An updated version of this list is posted every once in a while to the
  16. newsgroups soc.college, soc.net-people and news.answers.
  17. The version date for this list is located at the top of the file. The
  18. list is also available via anonymous ftp from a.gp.cs.cmu.edu (or any
  19. other CMU CS machine) in the directory /afs/cs.cmu.edu/user/mkant/Public/Email/
  20. as the files college-email-1.text and college-email-2.text. Note that
  21. you must cd to this directory in one fell swoop, as intermediate
  22. directories are protected. Of course, if your site is running the
  23. Andrew File System, you may access the file directly without using FTP.
  24. You can also get the file by anonymous ftp from pit-manager.mit.edu
  25. (18.172.1.27) in the file /pub/usenet/soc.college/Student_Email_Addresses,
  26. or by sending a mail message to "mail-server@pit-manager.mit.edu" with
  27. the subject "send usenet/soc.college/Student_Email_Addresses". 
  28.  
  29. A copy of this file may be found on the WAIS server at wais.cic.net,
  30. thanks to Edward Vielmetti (emv@msen.com, emv@cic.net).
  31.  
  32. After a discussion of general facilities for locating email addresses,
  33. we present detailed information on locating the email addresses of
  34. students, faculty and staff at various universities.
  35.  
  36. Disclaimer: Most universities have restrictions on the uses of
  37. directory information. So don't use this info for commercial purposes
  38. or whatnot without securing permission from the individual colleges
  39. and universities.
  40.  
  41. ;;; ********************************
  42. ;;; General Facilities *************
  43. ;;; ********************************
  44.  
  45. There are several general facilities for locating an email address.
  46. We concentrate on those usable from the internet.
  47.  
  48. o  finger
  49.  
  50.    Finger is a user information lookup program that lists the login name,
  51.    full name, office location and phone number (if known), login time,
  52.    idle time, time mail was last read, and the contents of the .plan and
  53.    .project files from the home directory of current UNIX users. The 
  54.    information listed varies from site to site, and not all sites allow 
  55.    remote fingering. [Plan files are "sys$login:plan" on VMS systems.]
  56.  
  57.    To use finger, simply call finger as follows
  58.     finger <username>@<machinename>
  59.    replacing <machinename> with the name of the appropriate machine, and
  60.    <username> with the name of the person or the person's login ID.
  61.    For example,
  62.     
  63.     % finger mkant@cs.cmu.edu
  64.     [CS.CMU.EDU]
  65.  
  66.     [ Forwarding mkant as "mkant+@a.gp.cs.cmu.edu" ]
  67.  
  68.     [A.GP.CS.CMU.EDU]
  69.     Login name: mkant                       In real life: Mark Kantrowitz
  70.     Directory: /usr2/mkant                  Shell: /usr/cs/bin/csh
  71.     Last login Tue Apr  2 15:21 on ttyQ7 from LION.OZ.CS.CMU.EDU
  72.     No new mail, last read on Thu Apr 11 16:27
  73.  
  74.    Notice how fingering my userid at the generic address forwarded the
  75.    request to the correct machine. Many universities are set up to do
  76.    forwarding in this manner, so that mail may be sent to the generic
  77.    address and is automatically forwarded to the maildrop on the machine
  78.    where the user receives his or her mail.
  79.  
  80.    Fingering using last names or full names may work, depending on the
  81.    site:
  82.     % finger Mark.Kantrowitz@cs.cmu.edu
  83.     [CS.CMU.EDU]
  84.     [ Forwarding Mark.Kantrowitz as "mkant+@a.gp.cs.cmu.edu" ]
  85.  
  86.     % finger kantrowitz@cs.cmu.edu
  87.     [CS.CMU.EDU]
  88.     [ Forwarding kantrowitz as "mkant+@a.gp.cs.cmu.edu" ]
  89.    Some sites with use an underscore (_) instead of a period (.) in the
  90.    full name (e.g., Mark_Kantrowitz), or require an extra period to
  91.    specify middle initials (Mark.X.Kantrowitz).
  92.  
  93.    If fingering using the last name doesn't work, you can try sampling
  94.    various possibilities for userids. The following are some
  95.    possibilities. After the description of each possibility, I give
  96.    an example in square brackets with either my name (Mark Kantrowitz,
  97.    no middle initial) or "John C Smith", and a generic acronym for the
  98.    method (these acronyms will be used in the detailed listings
  99.    section of this file).
  100.     -  Many UNIX sites limit userids to 8 characters, so try the
  101.            first 8 characters of the last name. [smith or kantrowi] llllllll
  102.     -  If there are two people with the same last name, the first
  103.            initial (and possibly the middle initial as well) are appended
  104.        at the front of the name. [jsmith or jcsmith] flllllll fmllllll
  105.     -  Try appending the initials at the end of the name. [smithj
  106.         or smithjc] lllllllf llllllfm
  107.     -  Try the initials of the users name. [jcs] fml
  108.  
  109.    Unfortunately, you cannot finger to bitnet addresses.
  110.  
  111. o  whois/nicname
  112.    
  113.    Whois is the DARPA Internet user name directory service. Do 
  114.     whois help
  115.     nicname -h
  116.    to get a help message. The whois and nicname programs will check
  117.    the database maintained by SRI-NIC (Network Information Center
  118.    at SRI International) for the given names. For example,
  119.     nicname <name>
  120.     whois <name>
  121.     whois -h <host> <names>  (e.g., whois -h stanford.edu <names>)
  122.    This is only useful for people listed in the database.
  123.  
  124.    You can also get some of this information by telneting to nic.ddn.mil
  125.    and running whois and host there.
  126.  
  127. o  Merit Network NetMail database
  128.  
  129.    Allows one to find the appropriate bitnet, internet or uucp address
  130.    for a site given part of the address.
  131.     telnet hermes.merit.edu
  132.     At the "Which Host?" prompt, type netmailsites
  133.     then enter any part of the address you want.
  134.  
  135. o  nslook/nslookup and hostq programs
  136.    
  137.    Some sites have programs which will give you information about a host
  138.    given its name or IP address. Some such programs include nslook,
  139.    nslookup, and hostq.
  140.  
  141. o  help/gripe/olc
  142.  
  143.    If your site has consultants or facilities staff responsible for helping
  144.    users/fixing bugs/maintaining software, try sending them mail. Often
  145.    they will be able to help you. If you don't know how to contact these
  146.    people, ask someone in your department, or try sending mail to the
  147.    userid 'help'.
  148.  
  149. o  postmaster
  150.  
  151.    Most sites have an individual responsible for network and mail operations
  152.    at the site, usually with the userid of 'postmaster'. So if you're having
  153.    trouble with mail, first send mail to postmaster at your site, and if
  154.    that fails, try sending it to postmaster at the destination site. 
  155.    Postmasters are usually very busy people, so try not to bother them much.
  156.  
  157. o  /etc/hosts
  158.  
  159.    Mail routing on the internet use to use a large file called
  160.    /etc/hosts to validate host names. This file contained information
  161.    regarding the known hosts on the network. Many sites have switched
  162.    to using the BIND name server for this purpose, so the file /etc/hosts
  163.    may be horribly out of date. On the other hand, some sites may use
  164.    /etc/hosts as a backup when the name server isn't running. Usually
  165.    sites will create the /etc/hosts file from the host data base maintained
  166.    at SRI-NIC; unfortunately, the SRI-NIC database is incomplete. In any
  167.    event, if you don't know the name of a machine at the university
  168.    your friend is at, you can try greping through /etc/hosts for the
  169.    university name or acronym to possibly come up with a likely for
  170.    the site.
  171.  
  172. o  LISTSERV
  173.  
  174.    If the person is subscribed to a mailing list through a LISTSERV server,
  175.    sending mail to the server with the line
  176.     WHOIS <name>
  177.    may catch the person. For example, listserv@buacca.bu.edu. This is an
  178.    unlikely option. It also does not work with all listserv implementations.
  179.  
  180. ;;; ********************************
  181. ;;; Miscellaneous Notes ************
  182. ;;; ********************************
  183.  
  184. Addresses overseas tend to have their components reversed. For
  185. example, @uk.ac.dund.mcs will work fine if you happen to be in
  186. UK domain, but not in the US or the rest of the world. Use
  187. @mcs.dund.ac.uk instead. 
  188.  
  189. ;;; ********************************
  190. ;;; Email Database *****************
  191. ;;; ********************************
  192.  
  193. Arizona State University:
  194.  
  195.     Academic Machines: Grad, Undergrad
  196.     acvax.inre.asu.edu  -- also asuacvax.bitnet -- finger works 
  197.     asuvm.inre.asu.edu  -- also asuacad.bitnet -- finger doesn't work 
  198.     Usually all computer whizkids have accounts on either of these
  199.     machines. 
  200.  
  201.     USERNAMES are typically a followed by g for grad assistants/associates
  202.     u for undergrads, z and s for other grads followed by first letters
  203.     of first, middle and last names thus making up a 5 letter userid for
  204.     all academic machines.  
  205.  
  206.     Engineering machines: Grad, Undergrad
  207.     enuxha.eas.asu.edu   -- Unix -- can finger first/last names or userids
  208.     enuxva.eas.asu.edu   -- Unix -- same as above 
  209.     envmsa.eas.asu.edu   -- VMS  -- Only userid fingering works. 
  210.  
  211.     Usually csc and eee undergrads who use comps get accts on
  212.     enuxha and almost all grads have accts on enuxha which is the
  213.     most popular machine due to USENET. 
  214.  
  215. Auburn University: (Auburn, AL)
  216.     Engineering: eng.auburn.edu
  217.     Other departments: ducvax.auburn.edu
  218.     Try fingering at waterman.eng.auburn.edu, lab1.eng.auburn.edu,
  219.     newton.eng.auburn.edu or netman.eng.auburn.edu.
  220.  
  221. Ball State University:
  222.     University Computing Services: username@bsuvax1.bitnet
  223.     Some faculty and grad students have accounts on this machine.
  224.     CS: username@bsu-cs.bsu.edu
  225.  
  226. Barnard: See Columbia.
  227.  
  228. Bates College (Lewiston, Maine):
  229.      Students and Faculty: userid@bat.bates.edu
  230.     userids are of the form flllllll. Numbers are added to the end
  231.     of the userid in case of name conflicts.
  232.  
  233. Baylor College of Medicine:
  234.  
  235.     The central mail server is bcm.tmc.edu and finger user@bcm.tmc.edu will
  236.     get you any faculty or staff user that makes use of the central mail 
  237.     facility. finger user@express.bcm.tmc.edu will get you any student that
  238.     makes use of the student email facility.
  239.  
  240.     whois -h whois.bcm.tmc.edu gets you the on-line phone/address book.
  241.     This is directly tied to the BCM personnel database, so the information
  242.     is as accurate as possible.
  243.  
  244.     Questions about these facilities should be directed to
  245.     postmaster@bcm.tmc.edu
  246.  
  247. Birmingham-Southern College (Birmingham, AL):
  248.     bsc835!userid@uunet.uu.net where userid are of the form
  249.     flllllll. Postmaster is bsc835!jbaxter@uunet.uu.net.
  250.     
  251. Boston Univ.:
  252.     Main campus system: buacca.bu.edu (buacca.bitnet) Everyone can
  253.     get accounts on this machine, but not everyone does. Call the
  254.     person and ask (they may never log on even if they have an
  255.     account). Student Directory 617-353-3700, Faculty 617-353-2000.
  256.     Usernames are ssspppc where 
  257.         sss = school (or major if College of Liberal Arts)
  258.               (SMG - School of Management, POL - poli sci, etc.)
  259.         ppp = 3 characters of semi-random garbage
  260.         c   = the letter 'c', indicating a Course account
  261.     Mail to listserv@buacca.bu.edu with "WHOIS whoever" will catch
  262.     anyone subscribed to a LISTSERV list (not many people).
  263.         Unix accounts: Mail or finger user@bu.edu or
  264.            first.last@bu.edu.  Mailing user@bu.edu is currently broken.
  265.         CS: cs.bu.edu (bucs[ad1-9] and bu-cs all represent the same
  266.           system).
  267.     Undergrad CS: bucsf.bu.edu.
  268.     Engineering: buengc.bu.edu 
  269.  
  270. Bowdoin:
  271.     fl*@bowdoin.bitnet, where f is the first initial, l* is the 
  272.     lastname up to some number of characters.
  273.  
  274. Bradley University:
  275.     Faculty: bradley.bradley.edu
  276.     Students: buhub.bradley.edu, camelot.bradley.edu
  277.         Usernames are chosen by the user and may be from three
  278.         to eight characters long. 
  279.     Heartland Freenet: heartland.bradley.edu  Free use to the
  280.     public, used mostly by the Peoria public. Use login 'guest'.
  281.     Chemistry: chem1.bradley.edu
  282.     CS: bucs1.bradley.edu, cssun1, cssun2
  283.     Physics: truth.bradley.edu
  284.     Physics: beauty.bradley.edu
  285.  
  286. Brandeis:
  287.     Undergraduates: pip.cc.brandeis.edu
  288.         Usernames on pip are of the form STXXYYYY where XX is
  289.         the year the student entered Brandeis and YYYY is the
  290.         student's campus mailbox number. Not all students use
  291.         their accounts, so check with the student before emailing.
  292.         US mail can be sent to 
  293.             <Student Name>
  294.             MB <YYYY>, Brandeis University
  295.             PO Box 9110
  296.             Waltham, MA 02254-9110
  297.  
  298.     For phone information: On-campus students can be reached by dialing an
  299.     automated "spell-the-name" server at +1 617 736 3000 , 24 hours a day,
  300.     or during business hours through the Brandeis operator at +1 617 736
  301.     2000.  Off-campus students' numbers can be obtained through the campus
  302.     information booth at +1 617 736 4770 during business hours.
  303.  
  304.     Some undergrads have accounts on a more advanced unix machine,
  305.     chaos.cs.brandeis.edu.  Userids are chosen by the student; finger
  306.     {lastname}@chaos.cs.brandeis.edu or mail to
  307.     postmaster@chaos.cs.brandeis.edu for info.
  308.  
  309.     Graduate Students: binah.cc.brandeis.edu (brandeis.bitnet).
  310.     Not all use them; write to postmaster@binah.cc.brandeis.edu
  311.     for information. Userid is chosen by the student.  A few
  312.     undergrads have binah accounts.  
  313.  
  314.     DIRECTIONS to Brandeis can be had 24 hours at +1 617 736 4660.
  315.  
  316. Brown:
  317.     Undergrads: brownvm.brown.edu (brownvm.bitnet) Username is
  318.     some random alphanumerics.    
  319.     CS: cs.brown.edu
  320.  
  321. Bryn Mawr College:
  322.     F_LLLLLLLLLL@cc.brynmawr.edu (F_LLLLLLLLLL@BRYNMAWR.BITNET)
  323.     The former is fingerable, unlike the .bitnet address. This
  324.     machine is mostly used by undergrads.
  325.  
  326. Bucknell University:
  327.     general: username@bucknell.edu
  328.     cs: username@pollux.bucknell.edu
  329.     usernames are typically last names, but if the last name is
  330.     4 letters or shorter, the first and middle initials are
  331.     tkuped onto the front.
  332.  
  333.     First initials are frequently used in usernames.  The
  334.     first user with any given last name who gets an account gets just
  335.     his last name as the username.  Every subsequent person with that name
  336.     gets a first initial and then middle initials are used.
  337.  
  338.     Example:
  339.             username    person
  340.             ---------------
  341.             murray        Betty Murray, switch ont, the ator at +murrady        BettyD
  342.  day, switcheni +murrajy        BettyJeer y, switcheni +murrajey        BettJtatnamn y, switcentshmautotototheir inbliId. .he fTech    useCCO225CHINe t(grads.
  343. /.
  344. /.l: use) CCO2meanpus mailbcing Servior    US mx acco    useystetybm, . latech
  345.     us: asuacd
  346.    etybm, . co. latech
  347.     ushost n   etybm,com, . co. lated inft n   etycotybm,com, . the kninft n   co  etycotybm,k. Man kninft nco n   co  etycotnd mail to postmaster at your site, and if
  348.    that fails, try sending it to postmaster at the destination site. 
  349.    Postmasters are usually very busy people, so try not to bother them much.
  350.  
  351. o  /etc/hosts
  352.  
  353.    Mail routing on the internet use to use a large file called
  354.    /etc/hosts to validate host names. This file contained information
  355.    regarding the known hosts on the network. Many sites have switched
  356.    to using the BIND name server for this purpose, so the file /etc/hosts
  357.    may be horribly out of date. On the other hand, some sites may use
  358.    /etc/hosts as a backup when the name server isn't running. Usually
  359.    sites will create the /etc/hosts file from the host data base maintained
  360.    at SRI-NIC; unfortunately, the SRI-NIC database is incomplete. In any
  361.    event, if you don't know the name of a machine at the university
  362.    your friend is at, you can try greping through /etc/hosts for the
  363.    university name or acronym to possibly come up with a likely for
  364.    the site.
  365.  
  366. o  LISTSERV
  367.  
  368.    If the person is subscribed to a mailing list through a LISTSERV server,
  369.    sending mail to the server with the line
  370.     WHOIS <name>
  371.    may catch the person. For example, listserv@buacca.bu.edu. This is an
  372.    unlikely option. It also does not work with all listserv implementations.
  373.  
  374. ;;; ********************************
  375. ;;; Miscellaneous Notes ************
  376. ;;; ********************************
  377.  
  378. Addresses overseas tend to have their components reversed. For
  379. example, @uk.ac.dund.mcs will work fine if you happen to be in
  380. UK domain, but not in the US or the rest of the world. Use
  381. @mcs.dund.ac.uk instead. 
  382.  
  383. ;;; ********************************
  384. ;;; Email Database *****************
  385. ;;; ********************************
  386.  
  387. Arizona State University:
  388.  
  389.     Academic Machines: Grad, Undergrad
  390.     acvax.inre.asu.edu  -- also asuacvax.bitnet -- finger works 
  391.     asuvm.inre.asu.edu  -- also asuacad.bitnet -- finger doesn't work 
  392.     Usually all computer whizkids have accounts on either of these
  393.     machines. 
  394.  
  395.     USERNAMES are typically a followed by g for grad assistants/associates
  396.     u for undergrads, z and s for other grads followed by first letters
  397.     of first, middle and last names thus making up a 5 letter userid for
  398.     all academic machines.  
  399.  
  400.     Engineering machines: Grad, Undergrad
  401.     enuxha.eas.asu.edu   -- Unix -- can finger first/last names or userids
  402.     enuxva.eas.asu.edu   -- Unix -- same as above 
  403.     envmsa.eas.asu.edu   -- VMS  -- Only userid fingering works. 
  404.  
  405.     Usually csc and eee undergrads who use comps get accts on
  406.     enuxha and almost all grads have accts on enuxha which is the
  407.     most popular machine due to USENET. 
  408.  
  409. Auburn University: (Auburn, AL)
  410.     Engineering: eng.auburn.edu
  411.     Other departments: ducvax.auburn.edu
  412.     Try fingering at waterman.eng.auburn.edu, lab1.eng.auburn.edu,
  413.     newton.eng.auburn.edu or netman.eng.auburn.edu.
  414.  
  415. Ball State University:
  416.     University Computing Services: username@bsuvax1.bitnet
  417.     Some faculty and grad students have accounts on this machine.
  418.     CS: username@bsu-cs.bsu.edu
  419.  
  420. Barnard: See Columbia.
  421.  
  422. Bates College (Lewiston, Maine):
  423.      Students and Faculty: userid@bat.bates.edu
  424.     userids are of the form flllllll. Numbers are added to the end
  425.     of the userid in case of name conflicts.
  426.  
  427. Baylor College of Medicine:
  428.  
  429.     The central mail server is bcm.tmc.edu and finger user@bcm.tmc.edu will
  430.     get you any faculty or staff user that makes use of the central mail 
  431.     facility. finger user@express.bcm.tmc.edu will get you any student that
  432.     makes use of the student email facility.
  433.  
  434.     whois -h whois.bcm.tmc.edu gets you the on-line phone/address book.
  435.     This is directly tied to the BCM personnel database, so the information
  436.     is as accurate as possible.
  437.  
  438.     Questions about these facilities should be directed to
  439.     postmaster@bcm.tmc.edu
  440.  
  441. Birmingham-Southern College (Birmingham, AL):
  442.     bsc835!userid@uunet.uu.net where userid are of the form
  443.     flllllll. Postmaster is bsc835!jbaxter@uunet.uu.net.
  444.     
  445. Boston Univ.:
  446.     Main campus system: buacca.bu.edu (buacca.bitnet) Everyone can
  447.     get accounts on this machine, but not everyone does. Call the
  448.     person and ask (they may never log on even if they have an
  449.     account). Student Directory 617-353-3700, Faculty 617-353-2000.
  450.     Usernames are ssspppc where 
  451.         sss = school (or major if College of Liberal Arts)
  452.               (SMG - School of Management, POL - poli sci, etc.)
  453.         ppp = 3 characters of semi-random garbage
  454.         c   = the letter 'c', indicating a Course account
  455.     Mail to listserv@buacca.bu.edu with "WHOIS whoever" will catch
  456.     anyone subscribed to a LISTSERV list (not many people).
  457.         Unix accounts: Mail or finger user@bu.edu or
  458.            first.last@bu.edu.  Mailing user@bu.edu is currently broken.
  459.         CS: cs.bu.edu (bucs[ad1-9] and bu-cs all represent the same
  460.           system).
  461.     Undergrad CS: bucsf.bu.edu.
  462.     Engineering: buengc.bu.edu 
  463.  
  464. Bowdoin:
  465.     fl*@bowdoin.bitnet, where f is the first initial, l* is the 
  466.     lastname up to some number of characters.
  467.  
  468. Bradley University:
  469.     Faculty: bradley.bradley.edu
  470.     Students: buhub.bradley.edu, camelot.bradley.edu
  471.         Usernames are chosen by the user and may be from three
  472.         to eight characters long. 
  473.     Heartland Freenet: heartland.bradley.edu  Free use to the
  474.     public, used mostly by the Peoria public. Use login 'guest'.
  475.     Chemistry: chem1.bradley.edu
  476.     CS: bucs1.bradley.edu, cssun1, cssun2
  477.     Physics: truth.bradley.edu
  478.     Physics: beauty.bradley.edu
  479.  
  480. Brandeis:
  481.     Undergraduates: pip.cc.brandeis.edu
  482.         Usernames on pip are of the form STXXYYYY where XX is
  483.         the year the student entered Brandeis and YYYY is the
  484.         student's campus mailbox number. Not all students use
  485.         their accounts, so check with the student before emailing.
  486.         US mail can be sent to 
  487.             <Student Name>
  488.             MB <YYYY>, Brandeis University
  489.             PO Box 9110
  490.             Waltham, MA 02254-9110
  491.  
  492.     For phone information: On-campus students can be reached by dialing an
  493.     automated "spell-the-name" server at +1 617 736 3000 , 24 hours a day,
  494.     or during business hours through the Brandeis operator at +1 617 736
  495.     2000.  Off-campus students' numbers can be obtained through the campus
  496.     information booth at +1 617 736 4770 during business hours.
  497.  
  498.     Some undergrads have accounts on a more advanced unix machine,
  499.     chaos.cs.brandeis.edu.  Userids are chosen by the student; finger
  500.     {lastname}@chaos.cs.brandeis.edu or mail to
  501.     postmaster@chaos.cs.brandeis.edu for info.
  502.  
  503.     Graduate Students: binah.cc.brandeis.edu (brandeis.bitnet).
  504.     Not all use them; write to postmaster@binah.cc.brandeis.edu
  505.     for information. Userid is chosen by the student.  A few
  506.     undergrads have binah accounts.  
  507.  
  508.     DIRECTIONS to Brandeis can be had 24 hours at +1 617 736 4660.
  509.  
  510. Brown:
  511.     Undergrads: brownvm.brown.edu (brownvm.bitnet) Username is
  512.     some random alphanumerics.    
  513.     CS: cs.brown.edu
  514.  
  515. Bryn Mawr College:
  516.     F_LLLLLLLLLL@cc.brynmawr.edu (F_LLLLLLLLLL@BRYNMAWR.BITNET)
  517.     The former is fingerable, unlike the .bitnet address. This
  518.     machine is mostly used by undergrads.
  519.  
  520. Bucknell University:
  521.     general: username@bucknell.edu
  522.     cs: username@pollux.bucknell.edu
  523.     usernames are typically last names, but if the last name is
  524.     4 letters or shorter, the first and middle initials are
  525.     tkuped onto the front.
  526.  
  527.     First initials are frequently used in usernames.  The
  528.     first user with any given last name who gets an account gets just
  529.     his last name as the username.  Every subsequent person with that name
  530.     gets a first initial and then middle initials are used.
  531.  
  532.     Example:
  533.             username    person
  534.             ---------------
  535.             murray        Betty Murray, switch ont, the ator at +murrady        BettyD
  536.  day, switcheni +murrajy        BettyJeer y, switcheni +murrajey        BettJtatnamn y, switcentshmautotototheir inbliId. .he fTech    useCCO225CHINe t(grads.
  537. /.
  538. /.l: use) CCO2meanpus mailbcing Servior    US mx acco    useystetybm, . latech
  539.     us: asuacd
  540.    etybm, . co. latech
  541.     ushost n   etybm,com, . co. lated inft n   etycotybm,com, . the kninft n   co  etycotybm,k. Man kninft nco n   co  etycotnd mail to postmaster at your site, and if
  542.    that fails, try sending it to postmaster at the destination site. 
  543.    Postmasters are usually very busy people, so try not to bother them much.
  544.  
  545. o  /etc/hosts
  546.  
  547.    Mail routing on the internet use to use a large file called
  548.    /etc/hosts to validate host names. This file contained information
  549.    regarding the known hosts on the network. Many sites have switched
  550.    to using the BIND name server for this purpose, so the file /etc/hosts
  551.    may be horribly out of date. On the other hand, some sites may use
  552.    /etc/hosts as a backup when the name server isn't running. Usually
  553.    sites will create the /etc/hosts file from the host data base maintained
  554.    at SRI-NIC; unfortunately, the SRI-NIC database is incomplete. In any
  555.    event, if you don't know the name of a machine at the university
  556.    your friend is at, you can try greping through /etc/hosts for the
  557.    university name or acronym to possibly come up with a likely for
  558.    the site.
  559.  
  560. o  LISTSERV
  561.  
  562.    If the person is subscribed to a mailing list through a LISTSERV server,
  563.    sending mail to the server with the line
  564.     WHOIS <name>
  565.    may catch the person. For example, listserv@buacca.bu.edu. This is an
  566.    unlikely option. It also does not work with all listserv implementations.
  567.  
  568. ;;; ********************************
  569. ;;; Miscellaneous Notes ************
  570. ;;; ********************************
  571.  
  572. Addresses overseas tend to have their components reversed. For
  573. example, @uk.ac.dund.mcs will work fine if you happen to be in
  574. UK domain, but not in the US or the rest of the world. Use
  575. @mcs.dund.ac.uk instead. 
  576.  
  577. ;;; ********************************
  578. ;;; Email Database *****************
  579. ;;; ********************************
  580.  
  581. Arizona State University:
  582.  
  583.     Academic Machines: Grad, Undergrad
  584.     acvax.inre.asu.edu  -- also asuacvax.bitnet -- finger works 
  585.     asuvm.inre.asu.edu  -- also asuacad.bitnet -- finger doesn't work 
  586.     Usually all computer whizkids have accounts on either of these
  587.     machines. 
  588.  
  589.     USERNAMES are typically a followed by g for grad assistants/associates
  590.     u for undergrads, z and s for other grads followed by first letters
  591.     of first, middle and last names thus making up a 5 letter userid for
  592.     all academic machines.  
  593.  
  594.     Engineering machines: Grad, Undergrad
  595.     enuxha.eas.asu.edu   -- Unix -- can finger first/last names or userids
  596.     enuxva.eas.asu.edu   -- Unix -- same as above 
  597.     envmsa.eas.asu.edu   -- VMS  -- Only userid fingering works. 
  598.  
  599.     Usually csc and eee undergrads who use comps get accts on
  600.     enuxha and almost all grads have accts on enuxha which is the
  601.     most popular machine due to USENET. 
  602.  
  603. Auburn University: (Auburn, AL)
  604.     Engineering: eng.auburn.edu
  605.     Other departments: ducvax.auburn.edu
  606.     Try fingering at waterman.eng.auburn.edu, lab1.eng.auburn.edu,
  607.     newton.eng.auburn.edu or netman.eng.auburn.edu.
  608.  
  609. Ball State University:
  610.     University Computing Services: username@bsuvax1.bitnet
  611.     Some faculty and grad students have accounts on this machine.
  612.     CS: username@bsu-cs.bsu.edu
  613.  
  614. Barnard: See Columbia.
  615.  
  616. Bates College (Lewiston, Maine):
  617.      Students and Faculty: userid@bat.bates.edu
  618.     userids are of the form flllllll. Numbers are added to the end
  619.     of the userid in case of name conflicts.
  620.  
  621. Baylor College of Medicine:
  622.  
  623.     The central mail server is bcm.tmc.edu and finger user@bcm.tmc.edu will
  624.     get you any faculty or staff user that makes use of the central mail 
  625.     facility. finger user@express.bcm.tmc.edu will get you any student that
  626.     makes use of the student email facility.
  627.  
  628.     whois -h whois.bcm.tmc.edu gets you the on-line phone/address book.
  629.     This is directly tied to the BCM personnel database, so the information
  630.     is as accurate as possible.
  631.  
  632.     Questions about these facilities should be directed to
  633.     postmaster@bcm.tmc.edu
  634.  
  635. Birmingham-Southern College (Birmingham, AL):
  636.     bsc835!userid@uunet.uu.net where userid are of the form
  637.     flllllll. Postmaster is bsc835!jbaxter@uunet.uu.net.
  638.     
  639. Boston Univ.:
  640.     Main campus system: buacca.bu.edu (buacca.bitnet) Everyone can
  641.     get accounts on this machine, but not everyone does. Call the
  642.     person and ask (they may never log on even if they have an
  643.     account). Student Directory 617-353-3700, Faculty 617-353-2000.
  644.     Usernames are ssspppc where 
  645.         sss = school (or major if College of Liberal Arts)
  646.               (SMG - School of Management, POL - poli sci, etc.)
  647.         ppp = 3 characters of semi-random garbage
  648.         c   = the letter 'c', indicating a Course account
  649.     Mail to listserv@buacca.bu.edu with "WHOIS whoever" will catch
  650.     anyone subscribed to a LISTSERV list (not many people).
  651.         Unix accounts: Mail or finger user@bu.edu or
  652.            first.last@bu.edu.  Mailing user@bu.edu is currently broken.
  653.         CS: cs.bu.edu (bucs[ad1-9] and bu-cs all represent the same
  654.           system).
  655.     Undergrad CS: bucsf.bu.edu.
  656.     Engineering: buengc.bu.edu 
  657.  
  658. Bowdoin:
  659.     fl*@bowdoin.bitnet, where f is the first initial, l* is the 
  660.     lastname up to some number of characters.
  661.  
  662. Bradley University:
  663.     Faculty: bradley.bradley.edu
  664.     Students: buhub.bradley.edu, camelot.bradley.edu
  665.         Usernames are chosen by the user and may be from three
  666.         to eight characters long. 
  667.     Heartland Freenet: heartland.bradley.edu  Free use to the
  668.     public, used mostly by the Peoria public. Use login 'guest'.
  669.     Chemistry: chem1.bradley.edu
  670.     CS: bucs1.bradley.edu, cssun1, cssun2
  671.     Physics: truth.bradley.edu
  672.     Physics: beauty.bradley.edu
  673.  
  674. Brandeis:
  675.     Undergraduates: pip.cc.brandeis.edu
  676.         Usernames on pip are of the form STXXYYYY where XX is
  677.         the year the student entered Brandeis and YYYY is the
  678.         student's campus mailbox number. Not all students use
  679.         their accounts, so check with the student before emailing.
  680.         US mail can be sent to 
  681.             <Student Name>
  682.             MB <YYYY>, Brandeis University
  683.             PO Box 9110
  684.             Waltham, MA 02254-9110
  685.  
  686.     For phone information: On-campus students can be reached by dialing an
  687.     automated "spell-the-name" server at +1 617 736 3000 , 24 hours a day,
  688.     or during business hours through the Brandeis operator at +1 617 736
  689.     2000.  Off-campus students' numbers can be obtained through the campus
  690.     information booth at +1 617 736 4770 during business hours.
  691.  
  692.     Some undergrads have accounts on a more advanced unix machine,
  693.     chaos.cs.brandeis.edu.  Userids are chosen by the student; finger
  694.     {lastname}@chaos.cs.brandeis.edu or mail to
  695.     postmaster@chaos.cs.brandeis.edu for info.
  696.  
  697.     Graduate Students: binah.cc.brandeis.edu (brandeis.bitnet).
  698.     Not all use them; write to postmaster@binah.cc.brandeis.edu
  699.     for information. Userid is chosen by the student.  A few
  700.     undergrads have binah accounts.  
  701.  
  702.     DIRECTIONS to Brandeis can be had 24 hours at +1 617 736 4660.
  703.  
  704. Brown:
  705.     Undergrads: brownvm.brown.edu (brownvm.bitnet) Username is
  706.     some random alphanumerics.    
  707.     CS: cs.brown.edu
  708.  
  709. Bryn Mawr College:
  710.     F_LLLLLLLLLL@cc.brynmawr.edu (F_LLLLLLLLLL@BRYNMAWR.BITNET)
  711.     The former is fingerable, unlike the .bitnet address. This
  712.     machine is mostly used by undergrads.
  713.  
  714. Bucknell University:
  715.     general: username@bucknell.edu
  716.     cs: username@pollux.bucknell.edu
  717.     usernames are typically last names, but if the last name is
  718.     4 letters or shorter, the first and middle initials are
  719.     tkuped onto the front.
  720.  
  721.     First initials are frequently used in usernames.  The
  722.     first user with any given last name who gets an account gets just
  723.     his last name as the username.  Every subsequent person with that name
  724.     gets a first initial and then middle initials are used.
  725.  
  726.     Example:
  727.             username    person
  728.             ---------------
  729.             murray        Betty Murray, switch ont, the ator at +murrady        BettyD
  730.  day, switcheni +murrajy        BettyJeer y, switcheni +murrajey        BettJtatnamn y, switcentshmautotototheir inbliId. .he fTech    useCCO225CHINe t(grads.
  731. /.
  732. /.l: use) CCO2meanpus mailbcing Servior    US mx acco    useystetybm, . latech
  733.     us: asuacd
  734.    etybm, . co. latech
  735.     ushost n   etybm,com, . co. lated inft n   etycotybm,com, . the kninft n   co  etycotybm,k. Man kninft nco n   co  etycotnd mail to postmaster at your site, and if
  736.    that fails, try sending it to postmaster at the destination site. 
  737.    Postmasters are usually very busy people, so try not to bother them much.
  738.  
  739. o  /etc/hosts
  740.  
  741.    Mail routing on the internet use to use a large file called
  742.    /etc/hosts to validate host names. This file contained information
  743.    regarding the known hosts on the network. Many sites have switched
  744.    to using the BIND name server for this purpose, so the file /etc/hosts
  745.    may be horribly out of date. On the other hand, some sites may use
  746.    /etc/hosts as a backup when the name server isn't running. Usually
  747.    sites will create the /etc/hosts file from the host data base maintained
  748.    at SRI-NIC; unfortunately, the SRI-NIC database is incomplete. In any
  749.    event, if you don't know the name of a machine at the university
  750.    your friend is at, you can try greping through /etc/hosts for the
  751.    university name or acronym to possibly come up with a likely for
  752.    the site.
  753.  
  754. o  LISTSERV
  755.  
  756.    If the person is subscribed to a mailing list through a LISTSERV server,
  757.    sending mail to the server with the line
  758.     WHOIS <name>
  759.    may catch the person. For example, listserv@buacca.bu.edu. This is an
  760.    unlikely option. It also does not work with all listserv implementations.
  761.  
  762. ;;; ********************************
  763. ;;; Miscellaneous Notes ************
  764. ;;; ********************************
  765.  
  766. Addresses overseas tend to have their components reversed. For
  767. example, @uk.ac.dund.mcs will work fine if you happen to be in
  768. UK domain, but not in the US or the rest of the world. Use
  769. w
  770. o  LISTSERV
  771.  
  772.    Ifte thof date,r
  773. eb*** pound.m use30an accf date. Outy.mitemiss finiti.mcs1 the e
  774.     e'****L@cc.brynmawr.e, mge (Lew.  x'lly
  775.  skybnd ge.sclseas tend to havegets ju****
  776.    m.edu.
  777.     Engiisce sites w laan accuof the wer wirn.ededu orme upe
  778. wilst) Using atch ****
  779.    hese
  780. e upenfacu* pers ForEE'.eas.asu.edu   -- )ly
  781.  he areversed.    CS:n*
  782.    d
  783. o s,
  784.  
  785.     whois not inundS:n**** can f date,rni line617 FTPme>
  786.    inPCtmcdin
  787.     first usme u atcthe setc/h.24 hourseas tend 
  788.  
  789.    I.    CS6 477digiccountC, Uns: Grad, Un. UNo pYh /
  790.  UNY to vcunymation bo is dirhe Usualthe letter  A99SCsualt semi-ran AAASCsualtLiaormer LIASCsuasualW
  791.    Ate thnyn Colleg willAme>ZsualW
  792.    9te thnyn POL -  will1me>9sualym  SC to havenmawlikely**
  793.    cation
  794. ybm, . C, Uns: Grad, U.suasual useeBRYNMAWver HCiliHun***sing thesualt    QCilind enerid fingas po    BCilirs oklyusing theas po    SIilimation
  795.     is the n Isesseas po    L
  796.  
  797.     Lend baiL):mm Ma Unid fingas po    BBilireasu.e s.adin
  798. id fing.as po    YCiliYh /id fingasntCla /id fingUsualColle to a
  799.         US m@cla /u.edu ******
  800.  
  801. Bcla /u.edme    Swhich udent Nached by diacla /u.edss flinehois di commi-r: On-caAWvt
  802.     CS: u tryCla /s: Grad, Un(cla / tend)or at Cla /s: Grad, Uto vh.
  803. la / tendhe deslrgr
  804. la / tend at ColbUto vf_m_
  805.         US m@colbU. This Yine617 figur  may catch Colle to u ***
  806.         US m. at Colion
  807.     isWc/hiam &
  808.  
  809. s r(Wc/hiamsburg, VA to vSTServ@; Ms
  810.    wmpppc wherColo
  811.     osing the BINhe letter aos.cs.bra%CCNODE@h.f.colo
  812.     o. This  semi-ranFcs.bra%CCNODE@h.f.colo
  813.     o. Thine.
  814.     CSou au trysup---(buacca. enreaitS: u tryapubllS:n**** cu tdm. at ColPOLian be obtained , Gned thc Mai{a,b,f}
  815.    uolPOLiaroken.
  816. olPOLiaate the /e[ou* ]e617 ity.fcounrs throughAnn
  817. UK dom cohiaemistech
  818.  
  819. olPOLia, s.asu.ethe deTblic.rerid fing
  820.     facilp wily**m.brown.eduwng h ****ound.limit Usuad.m use binahtch
  821. ets an acche duw with buacca.entsS: u S m@c Mai
  822.    uolPOLiarokestmastersGned he de semi-ranbu.eolPOLiaroketcheni,S6 477csster@chaos.)ly
  823.  persoedu istr uolPOLiarokes.bran ****EE isn't run dete the /ethribeerver cohiaemistech
  824.  binCtnameily**Til tmm Mac Usuad.****arc/h at Coret).n be obtained thh.5.cicccoret).u.edu (oret).a.cicccoret).u.ed
  825.  pis bscamplciaemistech
  826.  
  827. oret).
  828. wils-timee617 ity.CITnrs throu
  829.  (CITnto haveellaneous Noorter, theisnohity)ulty: be in
  830. UKSou a 736 the deudent's corld.u* pmain, buistLLLLer y, sColleg.edeas.ao. Forrn.ededu oonents 
  831. UKSrownvm.brown.eduose bin
  832.  
  833. .ededu orh.5,ter ids hgetsd. Use
  834. 370su (oret).ahe de(oret).lashe lettehe de. On the ohem; write to p hg(oret).ahe deher hp hg(oret).cbinahsualt usernamemhnynexceamn yandeis Phed by diughni +own:   Thchaos.cs andeis Tdu i.bu.eoret).u.edu @ch.
  835.  
  836. o oret).u.edu (oret).f.tcccoret).u.ed
  837.  y**@t uory.tcccoret).u.ed (superorter, thectname)ily**erser y, ine.@eag, itcccoret).u.ed ly**AIX/370ely kandeis E un@eeccoret).u.ed
  838. is Bon bo: (oret).a.ion bou (rnlh.5.ion bou (oret).latname}@( work w themh at +1 6w***png.iously
  839.    inth a likndeis Asd. UFrray1990, LISTSERV serve****e.
  840.  
  841. als name buis4udentsISTSER IDs,uwng h     os tryos.em***publlSSERV seampus.is  semi-rhe deher hprsonaskith 
  842.         stu 3-ntsISTSER imple, li in17 
  843. ;;;     [A    his la,
  844.  
  845.     wervern, buk***n) ***h
  846. wincYYY w. Use
  847. BIND name 'CS6 c    F_Lsec sttyn POL -.]deis aenrea
  848.  
  849.     whois **L.u*u or will chaos.c dir toos r(le, @publ
  850.     WuistsIdcopyn it thly**
  851.  rn.edolle),LLLLLLLLter dmth otn moss     os tryown:   ThLISTSERV sd in have to tycotge (Levirhis lasimchesi***pth ublicS6 47etsdviaa will ings.cge linewlikme>
  852.   mS:n*    CS: csColleashi linrd.u* p n nto h the f. For e
  853. oret).
  854. Ron.otn y.edu607-255-4232,naskily**
  855.        CS: c'a 736thtcThchaos.c,LLLLLan be r  mSan Collendeis Pr y, s617 736l okmberpycotthe
  856.    volPntarily-sup-mplda willter daos.cs  naxceamily**te the /)p hgCUINFOWvtelme}@ao. F(oret).lacicccoret).u.edu ---(dleh at Coret).rid fing
  857. (Mn.eduVSTSo. cIosts arMeseh at +1  serveFcs.bra,S6 477rson iscs.bra ***FFFFFF.  your ftois.edu (brcoret).-iost. This  uacca:, if    t stud
  858.  
  859. cccoret).-iost. This     Ot uss:     usa.acnccoret).-iost. This         zewitacnccoret).-iost. This
  860. Dakoton the network. MaenfatJto. cSD to v +1 6acca.dsuh.
  861. dsuu.ed ly**il toh ausewill chaos.cesily**m.K domeOL - . Use
  862. wsemi-r,eher hu ***eversed.
  863. UKme    phaos.cesibeervewrite to p chosen bys/host  LISTSERV . Use
  864.     CS: c'at) Using atc pheip chosen byntsISTSER . Use
  865.     CS: c'atsen byUS m. at     Ple****chaos.c cs.sUsuad.mNached by diadsuh.
  866. dsuu.ed. at De us  TicallSwhi udent Naf to au (brde us  Tiu.ed (***f to amiau (bss ge (tte thonts rtmmo
  867.  
  868. ;;;) the e
  869. .edu
  870.     f ncbiguous,flinemrsit
  871. BINwaend is 6acca.f to amiau (brde us  Tiu.ed ly**infoes.  TBINeBRctewill chaos.c. De us  Ti.Eed os.olv  se).rwill work fi. For eDe us  Ti Ndu
  872. Dir toos ,uwng h soose**pngferrlda willter daos.cs  ly**m).rte the /,
  873. wsemi-r,ee deher hpreOL -knde    he e
  874. .edu
  875.     f  Macs., line617 /hostswhi udent Ning atcrde us  Tiu.ed
  876. eseter@chaos. 
  877.         student's com thede.de us  Tiu.ed
  878. he lettehwitcheni +****hnynewill chaos.c Bryn M e
  879. .autns.e os afami-u @du mhn.de us  Tiu.ed,uwng h, @pstus couM e
  880. .ewill chi dropsaitS:nh theor shwill. at Dto petwork. MaenfatJto. cNJ to vA).rte the /,
  881. wsemi-r,ee deher hp
  882.         student's com grepigrepi This (grepit also . W
  883. e
  884.     g
  885.  
  886.     w****entsS: ua tr
  887.     gedolleghAdent'sing atcdu (F_LLis las. Use
  888. w
  889. o  fServrvr thst a******edu
  890. catiissua,teredu STServand r fServrv# at Duken be obtained , Gned ,ee demhnyn semi-r/Ser hais      account gets just
  891.     emieitacpub.dukeu.ed
  892. dent Ning    tr
  893.     gedirst ustc/hoity.forst neame>icc Fme@bucLISTSERV ,Ler y, sy Murraor
  894. HOIS <l to not inund.as pH the r,
  895.  
  896.  Engst estud s17 ol ****takenHOIS <t, th@bucLptudent's cly**is cte the /,
  897. gned ,ee deugned ,ee d@bucLISsith a like(STS)stech
  898. chesi**ythof dateS:n* a**ing    t**edu
  899. canflictonents etsdels
  900. cauldp
  901.         stunym, .h@bucat not in***
  902.  
  903. ,
  904. k finer y, sy Mu crinrag
  905. HOI@bucLIS not insen byth a liee de) UsyUS m. at         dukemvsatname}@(dukemvsade.dukeu.ed does notion bo is     work w. at     Mach
  906. c
  907. exdu (F_
  908. eb*** p{th a lik}@edoh.dukeu.edt     Phys of
  909. c
  910. exdu (F_
  911. eb*** p{th a lik}@phys of.dukeu.edt     Or
  912.     gedirst uanbu.dukeu.edtc/gr.dukeu.edtcpsych.dukeu.edt 
  913. Earl--- BINhe lette,
  914. wsemi-r,eher haver FFFFFFFL@yaud
  915. earl---u.ed
  916.  pdmth otn msua:e name server FFFFFFFL@ySRI-arl---u.ed
  917.  pdvanredoorter, theD name serFFFFFFFL@edoh.-arl---u.ed
  918.   S:n*
  919.     a******17 8-ntsISTSER sen byUS m,
  920.    may impoesFFFFFFFF
  921.   S:n*
  922.     a******canflicts,
  923.    may impoesFFFFFFra,SFFFFFraa,Setcc
  924.   S:ncubl englr,ehe lettehercche theampignmberay im'CS:n*
  925.    w
  926. o atais     xxyz@yaud
  927. earl---u.edV
  928.  
  929.   
  930.   Sxxdoes notsen by sit ColleV . Use
  931. sen byUS m, the hydoes not@cc.brynmawr.e, the hzdoes not) UsyUS mynmawr.ende    hnw
  932. o atYY w617 736sk fitdviaaE-dent willopr@yaud
  933. earl---u.ed
  934.  opre617 ity.linedir toos rinfou ******
  935. rinfo. at GuorgiaaInsUsttes . UTnet ologaenGuorgiaaTnet to vA).rh atke(S the other h/te the /):_
  936. ism. worchpppc wh    (aka hydsa. worchpppc) the hP
  937. ismte thoYthe w Pags/dentons.
  938. OISwng h m).rte the /,
  939.  the hisn't run deter hp
  940.         studeund.m rk finudent's cme umbeby the h
  941.    casites wctnameghAof dateS. U***
  942. etc/ orc    F_* pisn't run d the h.
  943.     Engiehe letteh . C sites will cre,p
  944.         studeund.mtche
  945. e umettal the hos.oureunSwng h mrve**e
  946. e u . Use
  947. P
  948. ismtons.
  949. an acy7rso the h.eo not inwill wo
  950.   ,
  951. k finwrite to per y, sLIS 
  952. ismeam the h
  953.    inwilnnwill dropun deforst naitS willt usere>
  954.    i the hh 477syy dm andeis ersDeami(Fsemi-r,eher hu PhD*te the /):  worchpppcbinoa. worchpppcdeis h at +1  ais     D name sergtXXXXaeneBRYNMAWvgt6953b) th poXXXX =t) Usy47digicV . UCeor shPO Box th poy =tA-Ere>makeaitS Macs. (PO Boxcdu (F_stsIe
  955. ,slra) the h hisn't rther h:
  956. sen bye de) Usyth a lietech
  957. f dy icysu coxre>make th itS Macs..eneBRYNMAWvsh12)ly
  958.  e h hAdent's cme umbeby tr
  959.     ghe
  960. e umettsehois di cuseendcanhosUsuad,
  961.  e h hb ThLISTsnwrite to p <terp e
  962. .ap
  963. e
  964. ingieforst n theahaos.cs aly
  965.  persoedu is.edu (brhydsa. worchpppc,ndeis 
  966. ism'CSched by distc/hol okerp  daos.cs  rsolotheamaitSou a 73**eb tmvern,etsrk **task. at     Meseisn't run der***arc/STsn
  967.         student's com thgtri01. worchpppc (gtri01.t also ,etech
  968. LISTSERV sdferp eo 8udentsISTSERV . Use
  969. s
  970. o at fServrv. at G) Usboron the ning the BIN semi-rangboro.g) Usboropppc; may impoes) UsyUS m. aNhe letter 6 477Y wgboro.g) Usboropppc, heseudeundi***o vhiaa<LISTSERV>%sat sn.dlso@g) Usboropppcme    Se letto vLISTSERV serve) UsyUS m,etech
  971. sen byth a lieedd
  972. HOI@buwhi s ft ed
  973. : On-caA*
  974.  rn.line617**e 6acca.g) Usboropppc.edupr***nt,
  975.  b Thshauldp736a***pth by Julas.**Augu by1991. at Gstuet).rid fing cIostto vAdaos.cs  eduGstuet).rid fingcorld. Use
  976. s
  977. he w thei
  978. o ataisasuaserver s.edu (br tdmUS myerver e.g.u POSTMASTER@GRIN1.t alsosuaserver r r r r r r r r r r r r r .** POSTMASTER@GRIN2.t alsosuis h at +1  hem; write to pse
  979. sen by8t ColleV . Use
  980.     CS: c'at) UsyUS m, thahtcs.nto ptech
  981.  binsen byth a lieoR sen bye demcc.bryedd
  982. HaM e
  983. .e d th(e.g.u WILLIAMS, MILLERM, JOHNSOAS)me    psyapubsmi-u itSwauldp73 thdi commi-pth guund.6 47ets'ats.edu (bme     acc tdmUS myoesGRIN1.t alsosu    ly**m).rte the /un defsemi-r; GRIN2.t alsoyoesly**mdmth otn msve 736tr hme    I fline    os tryk*** e
  984. .ahaos.c . U6 47etsdeduGstuet)., thple****swhi apressagpth POSTMASTER@GRIN1.t alsonask thei
  985. o
  986. lp.isasu    Gstuet).rid fingc*** ****rn,In**** cucannecYYY w-ud.gstuu.ed. at HRYNshir rid fing
  987. (Am/STs-u MA to vs.edu (brhRYN.hRYNshir u.edV
  988.  
  989.   ts.edu (byoes. Use
  990. w
  991. o  fServrv at HRntsw
  992. od BINhe letter ude.hRntsw
  993. odpppcdeisHarvaod BIN obtained th@husc9.hRrvaodu.edu @husc9.uucp
  994.  persoedu ihusc{2,3,4,6,7,8,9,11},p
  995.     rvaoduhRrvaodu.edthemh at +1 6oes) UsUS m,etech
  996. hof dateSapwhi
  997. Hist a******du-mpc Us aly    D stud Sumdy  '90, Harvaod hev
  998. Hmeseter@chaosun dehaoster dent's cth 
  999. usc9Hisy dample,
  1000. usc4. at     Harvaod *** ****rcount gets j,S6  6acca theaosu    
  1001. uscuhRrvaodu.ed gedm OISworkaly
  1002.  pel Harvaod Medte twil7 ol te the /u*** **    student's com thte the .meduhRrvaodu.edte     accsyy dm6oesrel msveo pnew, thh the r,LLLLLLLof dateSwitca    his law****entsSaM eoes imeter pwar OIS736smpus.e     accLISTSERV serve. Use
  1003. w
  1004. o su    lServrv@te the .meduhRrvaodu.edtebran e thod otnib T
  1005. HPC thtyy dm,ee deuISTsnmrve**e 6accaa***. at     Harvaod Lawwil7 ol te the /urson**    student's com thhulaw{1,2}uhRrvaodu.edtebr***gedirst usmrve 6accaa***binahsuvLISTSERV smu by736 atcWuiseBRcto psIS736fnt'd.deisHarvcy7Mud
  1006. ,Clmrvmo
  1007. y.CA: BIN obtained thlServrv@hmch.
  1008. lmrvmo
  1009. yu.ed
  1010.  fServrvr@je uhur
  1011. lmrvmo
  1012. yu.ed
  1013.  
  1014. Indianapetwork. Ma: at     Fsemi-r,eSer hu he letter s.edu (brubu.indianau.ed h at +1  ibeerve---suad.. Use
  1015.     CS: c'atubllSSERV.y8tntsISTSERV,_LLis la. For e) UsyUS mypheiprso736a fo pth a likndeis he lett/Ser h VAX/
  1016.  
  1017. .ededu oer (wilnn tdms) th gold.ubu.indianau.ed,eequa.ubu.indianau.ed, th jade.ubu.indianau.ed,eeOL -.ubu.indianau.ed, th rose.ubu.indianau.ed ndeis silv -.ubu.indianau.ed  --petwx,e    p).rte the /u(Hmeseo perster@chaos.) thcopp -.ubu.indianau.ed  --pbr***g siterveVAXenHrunn theUltnix th p e h(UNIX)n acy'riehe lett.ededu oealy    bh aze.ubu.indianau.ed n--pbran e t DEC RISC (-ca6a VAX) th p e hrunn theUltnix.eSer hd.u* ..aly    iuh.
  1018. bu.indianau.ed n   --petwx,e    erste the /uu(Hmeseo phaosute the / th p     n defsemi-r )ly
  1019.  T
  1020. .ewill chaos.c . Uhnynte the ,
  1021. wsemi-r,e***evr hpreOL -SaM Indiana thc17 736fnt'dcouM by do thea BIN    " 6acca.) UsUS m@indianau.ed" me@buc"wite t-h indianau.ed ) UsUS m" me @buc"wite t-h iu wor.ubu.indianau.ed ) UsUS m"
  1022.  Type " 6acca.
  1023. lp@indianau.ed" me "wite t-h indianau.ed 
  1024. lp"
  1025. w
  1026. o theoserinfoo atYY ws.  TUse
  1027. getsicm. aN
  1028.  
  1029. Iostn the network. Ma:    f to _mi_) UsUS m@i Uswor..ed
  1030.  
  1031. Johad.Hopk t ais Adent's cerve)oc Usdcom th    jh Max.hcf.jh . This     jh vm ahcf.jh . This     jh vmahcf.jh . This p).rerve.ntion bo.ly
  1032.  T
  1033. . afami- may impoes. Use
  1034. w
  1035. o  rvrvr_fm me lrvrvr_f. H the r, thte the /ursonl7 o**gw rnhe r may imp
  1036.  
  1037.     wwish,uwng h c17 736juUsings.  TUunym, .h.ly
  1038. Kalamazooning the BINlServrv@kzoo..ed
  1039.  
  1040. Kans*** the netwo.: at n   VM/SP (soonpsIS736VM/XA)t n   ------------------------t n   ks vmaksuu.ed r r r r A).rte the /,
  1041. wsemi-r,ee deher h.e     aan e tby tver r r r r r r r r r r r r r fars not@esepopula    gedirst . at n   etwxt n   ----t n   edolaksuuksuu.ed r r rp).rte the /un defsemi-r.t n   phobos.cisuksuu.ed r rerster@chaos..t n   deimos.cisuksuu.ed r rershaos..t n   ks vax1.cisuksuu.ed r ershaos.un defsemi-r.t n   tsI
  1042. is.cisuksuu.ed r rershaos.un defsemi-r.t n   eeceau.eceuksuu.ed r rEEshaos.un defsemi-r.t n   he
  1043. ot.cisuksuu.ed     rershaos.,
  1044. wsemi-r,ee deher h.t n   tsI
  1045. is.cisuksuu.ed     rerster@chaos..t     (phobos, deimos,ee deks vax1rervego theak w soon.)t n   edohaksuu.ed r r r r  Mach
  1046. her hu wsemi-r,egned ,ee de6 477ter@chaos..t 
  1047. Lehrsipetwork. Ma: aN obtained ths.edu (brlehrsipppc (ns1.cc.lehrsipppc) thH
  1048. lpetech
  1049.  orc    com may ims c17 736obtilnsdc wil thlucc@ns.cc.lehrsipppc.t 
  1050. Lenoir-Rhyn rid fing
  1051. (Hickos ,uNC 28603 to vE-will chaos.c iats.edu (b@alicm.lrcpppc me h at +1 @mikm.lrcpppc.t 
  1052.  
  1053. Louissanap the network. Ma (BatonpRk fe to vCSanbuh.
  1054. buc.ls . This EE: edxu.e.ls . This SNCC (S/m Network C si Ctname): ls 500.sncc.ls . This
  1055. Mae tey disid fing
  1056. (Silnt Paul): at     ents ehe lett.n defsemi-r reOL -S****rn,udent'se.nt
  1057.    ca fing'atVAX thtyy dm.  Manynte the sn
  1058.         studditYY lieedent's com ge
  1059. e umettal thededu oea pbr***gisy rucsuad.mrve oR senn the6 47etsd.nt
  1060.    VAX.t     F6acca.may im@ede ty ru.edV
  1061.  
  1062.   ts.edimpoes. Use
  1063. w
  1064.  fServrvre oR te the /,
  1065. e de)US my oR ssemi-r. N dated.mrveedd
  1066. . Foo e
  1067. .e ds. Use
  1068. s.edimpost a******edu
  1069. canflicts.t 
  1070. Mempaan  the network. Ma: aN obtained threOstvx1.reOstpppc (reOstvx1.t also 
  1071.  e hreOstvx1 e thoVAXucannecY
  1072. HOISbtrpos**** cue det also,
  1073.  e h h ue deaersogets  thes notons.
  1074. edu
  1075. gets ju oR reOstpppc
  1076.  e h h uWhileaitSou aysup--- F6accau itS.u* tub---ats.eds
  1077.  e h h ucurr.nto ploggsdcomc
  1078.   Srp).risy rucsualieedent'scLISTSERV servege
  1079. whi'se.nt
  1080.   
  1081.  e h h ucour**g itlea (e.g. MATH1234567Swauldp73*rn,udent's
  1082.  e h h uly**m Mach
  1083. c) Us 
  1084.  e hGaos.un deSer hdedent's ca  ts.is lawFen b_Ih a liL UsUS m
  1085.  e h h ue.g. JSMITHuly**Joha Smech
  1086. (b TUser sy Mu xceamsuad)ly
  1087.  S 477he
  1088. e umettsehois 
  1089.    inown.ededu oebinahs not@ajor Ma ofter dent's cerve.nt
  1090.    VAX.t 
  1091. MeI
  1092. iedekto vs.edu (brmeI
  1093. iedekpppc
  1094.  s.edu (byoeswrite to p. Use
  1095. w
  1096. o  rvrvrllf.t 
  1097. MIT:t     F6acca. +1 @mitpppc ly**infows.  TUse
  1098.     CS: cye demillter haos.ctebran e tse
  1099. gS mynmfow
  1100.  rn'ats.e
  1101. HOIScublaA*
  1102.  m
  1103.  MIT phoneb ok,S6 ioyoes***rccurwor. (One c17  6acca thh
  1104. lp@mitpppc ly**iny rucsuad.
  1105. u eng eoesgetsicm.)ly
  1106.  pel te the /un defsemi-rursong cue eedent'sc willProjecY
  1107.  p
  1108.  mnaupbr* inwill chaos.c tc/ho73*@a
  1109.  mnaumitpppctc/hos. Fork finu
  1110.  mna e thod otnib T
  1111. HworkUswoYY wenvih amett.ly
  1112.  F6acca.@aiumitpppc ly**AIh.
  1113.     Engiehe lette,
  1114. wsemi-r,ee d tht 477ter@chaos.. persoedu rmedia-labumitpppc t     (= media-labumediaumitpppc) ly**se
  1115. MIT Medta Labc
  1116.  Tdu rlbu.mitpppc ly**Laborwoos r. UC sites will creefsemi-ruter  de6 477.
  1117.     Engiehe lette.t 
  1118.  
  1119.  MITVMA.MIT.EDU e tseu woak wHOISion bo.lyMng igue * the netwo.:     @for sipgr.mksuu.ed@u.eaexu.emksuu.edu kiraxu.emksuu.e:     @cpu e.cpu.mksuu.ed@cpuuh.
  1120. pu.mksuu.ed y
  1121.  pel ca fin r. Engdu cca th te the /un defsemi-r(incle ts CPS, thte the )A*
  1122.  rnehoisahtcss T
  1123. ue eedent's tc/hehois 
  1124.  l chaos. ais  s.e@pgr.mksuu.ed( s.e@mkspgr..t also 
  1125. (incle ts CPS, tof datrf.t 
  1126.  F6 @chasvaodu.edtebr***gedirrVNVMA.MIT.EDU e tseu woak wHitil
  1127. e u**g smbinumitpp-r( th(e.T.EDU 
  1128. .ededuib tco.: 
  1129.  videhAdent's cs
  1130. HworrUswotebran e defsem
  1131.     EngIn Al thede,T
  1132. uS, thte the )A*
  1133.  rneho rucr-r.reOpppctc/t.t also du cca th t6 @cdemcc.brruentreefsodu.edtbe /un d*
  1134.  m
  1135.  lp@mbentcommi-n   lp@Istuet,pth a l m
  1136.  du.e-te thek,S6 poesue d"
  1137. (incle ts "he )A"du cca th t"
  1138.     EngG's rse.EMAILliL UsUS m
  1139.  eavpctt Gstpoe 477.
  1140.     Eae tey dent's ce
  1141. o  r*gedirrVNVIBM3090LISTSERlso ibm Mancle ts CS, tof demi-r; GRI
  1142. gets jurVNVCe toxISTSERlso te tox Mancle ts EngI--n'Gstuet)c17 cc.brruentrX.t     F6adetey try/unlso  IDtreefs 477.
  1143.     xu.ee tey dent's csn
  1144.         stSU th
  1145. Iostn ththe(517) 355-1855ak wHOI.mksuu.edTTSEnoeednt's 1.reOstpppc (rmtus5. aN mtu
  1146.  
  1147. Louismtus5. r r r r .** POSs ju y Julas.*S  Harvwx,t y Jul1  hem; write to F6atto vAdaoS s cthn dtatto vS: c'at) UsyUS mterntr1g5-1y dcistr. F F6atto vAdaoS5-1y dcisbeauttoxISTSERlso t ts C l is:th a l m
  1148.  du's
  1149. : pip.c)A" C l istrX.t     F6adetey trT.EpipMach
  1150. c) Us 
  1151.  e hSTXXYYYYm
  1152.  eavXX den
  1153.         ss ydTT    CS: cye demilh(UNmtus C l is
  1154.     xuYYYYmo 
  1155.  fSer    cye dem's    (= medilterbox90LISTS.ot@ee /un.u* tub--thea         ss ir.: 
  1156.  viducsu***rnrver r r r ye demibe
  1157.  eeillteru.edt     F6S
  1158.  s.edt Pateym
  1159.  lple***        <g igue *NINhe le        MB <YYYY>,us C l isf demi-r;  le        PO Box99110 le        Walt otniMA 02254-9110 lRI
  1160. edu h
  1161.  
  1162. Inu eng eo:iee-(= mediau* tub--t Patey-h e /ur r dEaemkspgISionutsukbr* "sp r - r -tey "
  1163. e umettto +1ed@u 736 3.em , 24"
  1164. udedely*yvx1 edudurvLISTSsCtnas"
  1165. udedrnhe r ma thh C l isr e) Uottto +1ed@u 736x1 u.emk rvcf-(= mediau* tub-'90LISTS--t Pateyob) th p rnhe r ma th(= medesgem,etech
  1166. hof oor r o +1ed@u 736 4770udurvLISTSsCtnas"
  1167. uden defs aysuuad.mrve oR-ats.eds
  1168.  e h h/uront's vanc p utco.os r. UCefsIosos. t6  C l istrX.k rUly**m Mach
  1169. lso  IDtreefs au* tub; cs
  1170. Hwoefs{o  r*ged}@Iosos. t6  C l istrX. uh.
  1171. s CPSwill chaos.c tIosos. t6  C l istrX. (b@aem,en defsG
  1172.  du'sng igue cisb-.uh.c)A" C l istrX.cc. C l istIT Medtdt     t@ee /un(rmtue t; wr    stuu.indianau.ed@b-.uh.c)A" C l istrX.G's b@aem,etech
  1173. ho.rUly**mucr-rso  IDtreefs au* tubk rA few h uad.mrve oR-atsb-.uhs.eds
  1174.  e SNCC (SDIRECTIONSuu.ih C l ist Pateyh du24"
  1175. udedeo +1ed@u 736 4660cle ts ly    :th a l m
  1176.  dcisb ly    ,eeb ly    trX.cc. ly    ,eebT Medta6adetey  den
  1177.     BM309c/hehoialp7 7uMedt t6    aoS s c t6  ly    trX.le ts ynhtewmech
  1178. (b TGRI
  1179. _LLLLLLLLLL@c)A" ynmewmtrX.cc
  1180. _LLLLLLLLLL@BRYNMAWR.BITR s)amsuad),etemi-r,ecs
  1181. Hwo BIN,-------eefs petwork.tebran e *rccc17 736obt-r,es5. r rismtutreuad.mrve ocle tsuckpc lof demi-r; GRIgmks ficomc
  1182.   Srp)uckpc ltrX.G'sceOstpppc
  1183.  e, tlur ruckpc ltrX.G'stpppc
  1184.  s@ns.cc.lehrsipp ehe lett.C sitetseu p ehe lett den
  1185.     4.lrcpppcVAX.t-r,ppp, Gstpoe 477
  1186.     xu.nap th.
  1187.     Eaes@ns.uhRrndimtuAX)ill chacf.thh th    Fe 477.
  1188.     Eaes@ns.cfrequOpppctismtuHartpppc
  1189.  s SNT fSeroe 477477.d r r th( the . ehe lett  senHOISc Pa.eds
  1190.  nHOIScjurvrv    orwo ehe lett aseefs 477.lett SN Labceu wequOpprvr_f. Hver r rae lettrlbu.medeloe 477.
  1191.     Eae7
  1192.     xuefsnu.nap th.
  1193.     Eaes@ns.tismthh th    EersterGRI    stpppc
  1194.  77.
  1195.     ERI    s---------------RI    sm.reay        Brcpy M.reay,te the uAX), Gstp Uottto +m.ready        BrcpyD thday,te the eni +m.reajy        BrcpyJeiedy,te the eni +m.reajey        BrcpJ     rletndy,te theOppshmnutststsde6ii-rn y Ii-r.s 
  1196. TechstppCCO225CHIN.cc(rve ocle /cle /cicomc) CCO2meanmedilterbcets ju oRorF6S
  1197.  o.: 
  1198. stppstuetybtni.p etech'stp:
  1199. Lehrh aze.etybtni.pco.p etech'stpn e t ze.etybtncotni.pco.p et p e h t ze.etycotybtncotni.pu* ..ae h t ze.coe.etycotybtn n   -..ae h t cot ze.coe.etycotbu.indianau.ed, th jade.ubu.indianau.ed,eeOL -.ubu.indianau.ed, th rose.ubu.indianau.ed ndeis silv -.ubu.indianau.ed  --petwx,e    p).rte the /u(Hmeseo perster@chaos.) thcopp -.ubu.indianau.ed  --pbr***g siterveVAXenHrunn theUltnix th p e h(UNIX)n acy'riehe lett.ededu oealy    bh aze.ubu.indianau.ed n--pbran e t DEC RISC (-ca6a VAX) th p e hrunn theUltnix.eSer hd.u* ..aly    iuh.
  1200. bu.indianau.ed n   --petwx,e    erste the /uu(Hmeseo phaosute the / th p     n defsemi-r )ly
  1201.  T
  1202. .ewill chaos.c . Uhnynte the ,
  1203. wsemi-r,e***evr hpreOL -SaM Indiana thc17 736fnt'dcouM by do thea BIN    " 6acca.) UsUS m@indianau.ed" me@buc"wite t-h indianau.ed ) UsUS m" me @buc"wite t-h iu wor.ubu.indianau.ed ) UsUS m"
  1204.  Type " 6acca.
  1205. lp@indianau.ed" me "wite t-h indianau.ed 
  1206. lp"
  1207. w
  1208. o theoserinfoo atYY ws.  TUse
  1209. getsicm. aN
  1210.  
  1211. Iostn the network. Ma:    f to _mi_) UsUS m@i Uswor..ed
  1212.  
  1213. Johad.Hopk t ais Adent's cerve)oc Usdcom th    jh Max.hcf.jh . This     jh vm ahcf.jh . This     jh vmahcf.jh . This p).rerve.ntion bo.ly
  1214.  T
  1215. . afami- may impoes. Use
  1216. w
  1217. o  rvrvr_fm me lrvrvr_f. H the r, thte the /ursonl7 o**gw rnhe r may imp
  1218.  
  1219.     wwish,uwng h c17 736juUsings.  TUunym, .h.ly
  1220. Kalamazooning the BINlServrv@kzoo..ed
  1221.  
  1222. Kans*** the netwo.: at n   VM/SP (soonpsIS736VM/XA)t n   ------------------------t n   ks vmaksuu.ed r r r r A).rte the /,
  1223. wsemi-r,ee deher h.e     aan e tby tver r r r r r r r r r r r r r fars not@esepopula    gedirst . at n   etwxt n   ----t n   edolaksuuksuu.ed r r rp).rte the /un defsemi-r.t n   phobos.cisuksuu.ed r rerster@chaos..t n   deimos.cisuksuu.ed r rershaos..t n   ks vax1.cisuksuu.ed r ershaos.un defsemi-r.t n   tsI
  1224. is.cisuksuu.ed r rershaos.un defsemi-r.t n   eeceau.eceuksuu.ed r rEEshaos.un defsemi-r.t n   he
  1225. ot.cisuksuu.ed     rershaos.,
  1226. wsemi-r,ee deher h.t n   tsI
  1227. is.cisuksuu.ed     rerster@chaos..t     (phobos, deimos,ee deks vax1rervego theak w soon.)t n   edohaksuu.ed r r r r  Mach
  1228. her hu wsemi-r,egned ,ee de6 477ter@chaos..t 
  1229. Lehrsipetwork. Ma: aN obtained ths.edu (brlehrsipppc (ns1.cc.lehrsipppc) thH
  1230. lpetech
  1231.  orc    com may ims c17 736obtilnsdc wil thlucc@ns.cc.lehrsipppc.t 
  1232. Lenoir-Rhyn rid fing
  1233. (Hickos ,uNC 28603 to vE-will chaos.c iats.edu (b@alicm.lrcpppc me h at +1 @mikm.lrcpppc.t 
  1234.  
  1235. Louissanap the network. Ma (BatonpRk fe to vCSanbuh.
  1236. buc.ls . This EE: edxu.e.ls . This SNCC (S/m Network C si Ctname): ls 500.sncc.ls . This
  1237. Mae tey disid fing
  1238. (Silnt Paul): at     ents ehe lett.n defsemi-r reOL -S****rn,udent'se.nt
  1239.    ca fing'atVAX thtyy dm.  Manynte the sn
  1240.         studditYY lieedent's com ge
  1241. e umettal thededu oea pbr***gisy rucsuad.mrve oR senn the6 47etsd.nt
  1242.    VAX.t     F6acca.may im@ede ty ru.edV
  1243.  
  1244.   ts.edimpoes. Use
  1245. w
  1246.  fServrvre oR te the /,
  1247. e de)US my oR ssemi-r. N dated.mrveedd
  1248. . Foo e
  1249. .e ds. Use
  1250. s.edimpost a******edu
  1251. canflicts.t 
  1252. Mempaan  the network. Ma: aN obtained threOstvx1.reOstpppc (reOstvx1.t also 
  1253.  e hreOstvx1 e thoVAXucannecY
  1254. HOISbtrpos**** cue det also,
  1255.  e h h ue deaersogets  thes notons.
  1256. edu
  1257. gets ju oR reOstpppc
  1258.  e h h uWhileaitSou aysup--- F6accau itS.u* tub---ats.eds
  1259.  e h h ucurr.nto ploggsdcomc
  1260.   Srp).risy rucsualieedent'scLISTSERV servege
  1261. whi'se.nt
  1262.   
  1263.  e h h ucour**g itlea (e.g. MATH1234567Swauldp73*rn,udent's
  1264.  e h h uly**m Mach
  1265. c) Us 
  1266.  e hGaos.un deSer hdedent's ca  ts.is lawFen b_Ih a liL UsUS m
  1267.  e h h ue.g. JSMITHuly**Joha Smech
  1268. (b TUser sy Mu xceamsuad)ly
  1269.  S 477he
  1270. e umettsehois 
  1271.    inown.ededu oebinahs not@ajor Ma ofter dent's cerve.nt
  1272.    VAX.t 
  1273. MeI
  1274. iedekto vs.edu (brmeI
  1275. iedekpppc
  1276.  s.edu (byoeswrite to p. Use
  1277. w
  1278. o  rvrvrllf.t 
  1279. MIT:t     F6acca. +1 @mitpppc ly**infows.  TUse
  1280.     CS: cye demillter haos.ctebran e tse
  1281. gS mynmfow
  1282.  rn'ats.e
  1283. HOIScublaA*
  1284.  m
  1285.  MIT phoneb ok,S6 ioyoes***rccurwor. (One c17  6acca thh
  1286. lp@mitpppc ly**iny rucsuad.
  1287. u eng eoesgetsicm.)ly
  1288.  pel te the /un defsemi-rursong cue eedent'sc willProjecY
  1289.  p
  1290.  mnaupbr* inwill chaos.c tc/ho73*@a
  1291.  mnaumitpppctc/hos. Fork finu
  1292.  mna e thod otnib T
  1293. HworkUswoYY wenvih amett.ly
  1294.  F6acca.@aiumitpppc ly**AIh.
  1295.     Engiehe lette,
  1296. wsemi-r,ee d tht 477ter@chaos.. persoedu rmedia-labumitpppc t     (= media-labumediaumitpppc) ly**se
  1297. MIT Medta Labc
  1298.  Tdu rlbu.mitpppc ly**Laborwoos r. UC sites will creefsemi-ruter  de6 477.
  1299.     Engiehe lette.t 
  1300.  
  1301.  MITVMA.MIT.EDU e tseu woak wHOISion bo.lyMng igue * the netwo.:     @for sipgr.mksuu.ed@u.eaexu.emksuu.edu kiraxu.emksuu.e:     @cpu e.cpu.mksuu.ed@cpuuh.
  1302. pu.mksuu.ed y
  1303.  pel ca fin r. Engdu cca th te the /un defsemi-r(incle ts CPS, thte the )A*
  1304.  rnehoisahtcss T
  1305. ue eedent's tc/hehois 
  1306.  l chaos. ais  s.e@pgr.mksuu.ed( s.e@mkspgr..t also 
  1307. (incle ts CPS, tof datrf.t 
  1308.  F6 @chasvaodu.edtebr***gedirrVNVMA.MIT.EDU e tseu woak wHitil
  1309. e u**g smbinumitpp-r( th(e.T.EDU 
  1310. .ededuib tco.: 
  1311.  videhAdent's cs
  1312. HworrUswotebran e defsem
  1313.     EngIn Al thede,T
  1314. uS, thte the )A*
  1315.  rneho rucr-r.reOpppctc/t.t also du cca th t6 @cdemcc.brruentreefsodu.edtbe /un d*
  1316.  m
  1317.  lp@mbentcommi-n   lp@Istuet,pth a l m
  1318.  du.e-te thek,S6 poesue d"
  1319. (incle ts "he )A"du cca th t"
  1320.     EngG's rse.EMAILliL UsUS m
  1321.  eavpctt Gstpoe 477.
  1322.     Eae tey dent's ce
  1323. o  r*gedirrVNVIBM3090LISTSERlso ibm Mancle ts CS, tof demi-r; GRI
  1324. gets jurVNVCe toxISTSERlso te tox Mancle ts EngI--n'Gstuet)c17 cc.brruentrX.t     F6adetey try/unlso  IDtreefs 477.
  1325.     xu.ee tey dent's csn
  1326.         stSU th
  1327. Iostn ththe(517) 355-1855ak wHOI.mksuu.edTTSEnoeednt's 1.reOstpppc (rmtus5. aN mtu
  1328.  
  1329. Louismtus5. r r r r .** POSs ju y Julas.*S  Harvwx,t y Jul1  hem; write to F6atto vAdaoS s cthn dtatto vS: c'at) UsyUS mterntr1g5-1y dcistr. F F6atto vAdaoS5-1y dcisbeauttoxISTSERlso t ts C l is:th a l m
  1330.  du's
  1331. : pip.c)A" C l istrX.t     F6adetey trT.EpipMach
  1332. c) Us 
  1333.  e hSTXXYYYYm
  1334.  eavXX den
  1335.         ss ydTT    CS: cye demilh(UNmtus C l is
  1336.     xuYYYYmo 
  1337.  fSer    cye dem's    (= medilterbox90LISTS.ot@ee /un.u* tub--thea         ss ir.: 
  1338.  viducsu***rnrver r r r ye demibe
  1339.  eeillteru.edt     F6S
  1340.  s.edt Pateym
  1341.  lple***        <g igue *NINhe le        MB <YYYY>,us C l isf demi-r;  le        PO Box99110 le        Walt otniMA 02254-9110 lRI
  1342. edu h
  1343.  
  1344. Inu eng eo:iee-(= mediau* tub--t Patey-h e /ur r dEaemkspgISionutsukbr* "sp r - r -tey "
  1345. e umettto +1ed@u 736 3.em , 24"
  1346. udedely*yvx1 edudurvLISTSsCtnas"
  1347. udedrnhe r ma thh C l isr e) Uottto +1ed@u 736x1 u.emk rvcf-(= mediau* tub-'90LISTS--t Pateyob) th p rnhe r ma th(= medesgem,etech
  1348. hof oor r o +1ed@u 736 4770udurvLISTSsCtnas"
  1349. uden defs aysuuad.mrve oR-ats.eds
  1350.  e h h/uront's vanc p utco.os r. UCefsIosos. t6  C l istrX.k rUly**m Mach
  1351. lso  IDtreefs au* tub; cs
  1352. Hwoefs{o  r*ged}@Iosos. t6  C l istrX. uh.
  1353. s CPSwill chaos.c tIosos. t6  C l istrX. (b@aem,en defsG
  1354.  du'sng igue cisb-.uh.c)A" C l istrX.cc. C l istIT Medtdt     t@ee /un(rmtue t; wr    stuu.indianau.ed@b-.uh.c)A" C l istrX.G's b@aem,etech
  1355. ho.rUly**mucr-rso  IDtreefs au* tubk rA few h uad.mrve oR-atsb-.uhs.eds
  1356.  e SNCC (SDIRECTIONSuu.ih C l ist Pateyh du24"
  1357. udedeo +1ed@u 736 4660cle ts ly    :th a l m
  1358.  dcisb ly    ,eeb ly    trX.cc. ly    ,eebT Medta6adetey  den
  1359.     BM309c/hehoialp7 7uMedt t6    aoS s c t6  ly    trX.le ts ynhtewmech
  1360. (b TGRI
  1361. _LLLLLLLLLL@c)A" ynmewmtrX.cc
  1362. _LLLLLLLLLL@BRYNMAWR.BITR s)amsuad),etemi-r,ecs
  1363. Hwo BIN,-------eefs petwork.tebran e *rccc17 736obt-r,es5. r rismtutreuad.mrve ocle tsuckpc lof demi-r; GRIgmks ficomc
  1364.   Srp)uckpc ltrX.G'sceOstpppc
  1365.  e, tlur ruckpc ltrX.G'stpppc
  1366.  s@ns.cc.lehrsipp ehe lett.C sitetseu p ehe lett den
  1367.     4.lrcpppcVAX.t-r,ppp, Gstpoe 477
  1368.     xu.nap th.
  1369.     Eaes@ns.uhRrndimtuAX)ill chacf.thh th    Fe 477.
  1370.     Eaes@ns.cfrequOpppctismtuHartpppc
  1371.  s SNT fSeroe 477477.d r r th( the . ehe lett  senHOISc Pa.eds
  1372.  nHOIScjurvrv    orwo ehe lett aseefs 477.lett SN Labceu wequOpprvr_f. Hver r rae lettrlbu.medeloe 477.
  1373.     Eae7
  1374.     xuefsnu.nap th.
  1375.     Eaes@ns.tismthh th    EersterGRI    stpppc
  1376.  77.
  1377.     ERI    s---------------RI    sm.reay        Brcpy M.reay,te the uAX), Gstp Uottto +m.ready        BrcpyD thday,te the eni +m.reajy        BrcpyJeiedy,te the eni +m.reajey        BrcpJ     rletndy,te theOppshmnutststsde6ii-rn y Ii-r.s 
  1378. TechstppCCO225CHIN.cc(rve ocle /cle /cicomc) CCO2meanmedilterbcets ju oRorF6S
  1379.  o.: 
  1380. stppstuetybtni.p etech'stp:
  1381. Lehrh aze.etybtni.pco.p etech'stpn e t ze.etybtncotni.pco.p et p e h t ze.etycotybtncotni.pu* ..ae h t ze.coe.etycotybtn n   -..ae h t cot ze.coe.etycotbu.indianau.ed, th jade.ubu.indianau.ed,eeOL -.ubu.indianau.ed, th rose.ubu.indianau.ed ndeis silv -.ubu.indianau.ed  --petwx,e    p).rte the /u(Hmeseo perster@chaos.) thcopp -.ubu.indianau.ed  --pbr***g siterveVAXenHrunn theUltnix th p e h(UNIX)n acy'riehe lett.ededu oealy    bh aze.ubu.indianau.ed n--pbran e t DEC RISC (-ca6a VAX) th p e hrunn theUltnix.eSer hd.u* ..aly    iuh.
  1382. bu.indianau.ed n   --petwx,e    erste the /uu(Hmeseo phaosute the / th p     n defsemi-r )ly
  1383.  T
  1384. .ewill chaos.c . Uhnynte the ,
  1385. wsemi-r,e***evr hpreOL -SaM Indiana thc17 736fnt'dcouM by do thea BIN    " 6acca.) UsUS m@indianau.ed" me@buc"wite t-h indianau.ed ) UsUS m" me @buc"wite t-h iu wor.ubu.indianau.ed ) UsUS m"
  1386.  Type " 6acca.
  1387. lp@indianau.ed" me "wite t-h indianau.ed 
  1388. lp"
  1389. w
  1390. o theoserinfoo atYY ws.  TUse
  1391. getsicm. aN
  1392.  
  1393. Iostn the network. Ma:    f to _mi_) UsUS m@i Uswor..ed
  1394.  
  1395. Johad.Hopk t ais Adent's cerve)oc Usdcom th    jh Max.hcf.jh . This     jh vm ahcf.jh . This     jh vmahcf.jh . This p).rerve.ntion bo.ly
  1396.  T
  1397. . afami- may impoes. Use
  1398. w
  1399. o  rvrvr_fm me lrvrvr_f. H the r, thte the /ursonl7 o**gw rnhe r may imp
  1400.  
  1401.     wwish,uwng h c17 736juUsings.  TUunym, .h.ly
  1402. Kalamazooning the BINlServrv@kzoo..ed
  1403.  
  1404. Kans*** the netwo.: at n   VM/SP (soonpsIS736VM/XA)t n   ------------------------t n   ks vmaksuu.ed r r r r A).rte the /,
  1405. wsemi-r,ee deher h.e     aan e tby tver r r r r r r r r r r r r r fars not@esepopula    gedirst . at n   etwxt n   ----t n   edolaksuuksuu.ed r r rp).rte the /un defsemi-r.t n   phobos.cisuksuu.ed r rerster@chaos..t n   deimos.cisuksuu.ed r rershaos..t n   ks vax1.cisuksuu.ed r ershaos.un defsemi-r.t n   tsI
  1406. is.cisuksuu.ed r rershaos.un defsemi-r.t n   eeceau.eceuksuu.ed r rEEshaos.un defsemi-r.t n   he
  1407. ot.cisuksuu.ed     rershaos.,
  1408. wsemi-r,ee deher h.t n   tsI
  1409. is.cisuksuu.ed     rerster@chaos..t     (phobos, deimos,ee deks vax1rervego theak w soon.)t n   edohaksuu.ed r r r r  Mach
  1410. her hu wsemi-r,egned ,ee de6 477ter@chaos..t 
  1411. Lehrsipetwork. Ma: aN obtained ths.edu (brlehrsipppc (ns1.cc.lehrsipppc) thH
  1412. lpetech
  1413.  orc    com may ims c17 736obtilnsdc wil thlucc@ns.cc.lehrsipppc.t 
  1414. Lenoir-Rhyn rid fing
  1415. (Hickos ,uNC 28603 to vE-will chaos.c iats.edu (b@alicm.lrcpppc me h at +1 @mikm.lrcpppc.t 
  1416.  
  1417. Louissanap the network. Ma (BatonpRk fe to vCSanbuh.
  1418. buc.ls . This EE: edxu.e.ls . This SNCC (S/m Network C si Ctname): ls 500.sncc.ls . This
  1419. Mae tey disid fing
  1420. (Silnt Paul): at     ents ehe lett.n defsemi-r reOL -S****rn,udent'se.nt
  1421.    ca fing'atVAX thtyy dm.  Manynte the sn
  1422.         studditYY lieedent's com ge
  1423. e umettal thededu oea pbr***gisy rucsuad.mrve oR senn the6 47etsd.nt
  1424.    VAX.t     F6acca.may im@ede ty ru.edV
  1425.  
  1426.   ts.edimpoes. Use
  1427. w
  1428.  fServrvre oR te the /,
  1429. e de)US my oR ssemi-r. N dated.mrveedd
  1430. . Foo e
  1431. .e ds. Use
  1432. s.edimpost a******edu
  1433. canflicts.t 
  1434. Mempaan  the network. Ma: aN obtained threOstvx1.reOstpppc (reOstvx1.t also 
  1435.  e hreOstvx1 e thoVAXucannecY
  1436. HOISbtrpos**** cue det also,
  1437.  e h h ue deaersogets  thes notons.
  1438. edu
  1439. gets ju oR reOstpppc
  1440.  e h h uWhileaitSou aysup--- F6accau itS.u* tub---ats.eds
  1441.  e h h ucurr.nto ploggsdcomc
  1442.   Srp).risy rucsualieedent'scLISTSERV servege
  1443. whi'se.nt
  1444.   
  1445.  e h h ucour**g itlea (e.g. MATH1234567Swauldp73*rn,udent's
  1446.  e h h uly**m Mach
  1447. c) Us 
  1448.  e hGaos.un deSer hdedent's ca  ts.is lawFen b_Ih a liL UsUS m
  1449.  e h h ue.g. JSMITHuly**Joha Smech
  1450. (b TUser sy Mu xceamsuad)ly
  1451.  S 477he
  1452. e umettsehois 
  1453.    inown.ededu oebinahs not@ajor Ma ofter dent's cerve.nt
  1454.    VAX.t 
  1455. MeI
  1456. iedekto vs.edu (brmeI
  1457. iedekpppc
  1458.  s.edu (byoeswrite to p. Use
  1459. w
  1460. o  rvrvrllf.t 
  1461. MIT:t     F6acca. +1 @mitpppc ly**infows.  TUse
  1462.     CS: cye demillter haos.ctebran e tse
  1463. gS mynmfow
  1464.  rn'ats.e
  1465. HOIScublaA*
  1466.  m
  1467.  MIT phoneb ok,S6 ioyoes***rccurwor. (One c17  6acca thh
  1468. lp@mitpppc ly**iny rucsuad.
  1469. u eng eoesgetsicm.)ly
  1470.  pel te the /un defsemi-rursong cue eedent'sc willProjecY
  1471.  p
  1472.  mnaupbr* inwill chaos.c tc/ho73*@a
  1473.  mnaumitpppctc/hos. Fork finu
  1474.  mna e thod otnib T
  1475. HworkUswoYY wenvih amett.ly
  1476.  F6acca.@aiumitpppc ly**AIh.
  1477.     Engiehe lette,
  1478. wsemi-r,ee d tht 477ter@chaos.. persoedu rmedia-labumitpppc t     (= media-labumediaumitpppc) ly**se
  1479. MIT Medta Labc
  1480.  Tdu rlbu.mitpppc ly**Laborwoos r. UC sites will creefsemi-ruter  de6 477.
  1481.     Engiehe lette.t 
  1482.  
  1483.  MITVMA.MIT.EDU e tseu woak wHOISion bo.lyMng igue * the netwo.:     @for sipgr.mksuu.ed@u.eaexu.emksuu.edu kiraxu.emksuu.e:     @cpu e.cpu.mksuu.ed@cpuuh.
  1484. pu.mksuu.ed y
  1485.  pel ca fin r. Engdu cca th te the /un defsemi-r(incle ts CPS, thte the )A*
  1486.  rnehoisahtcss T
  1487. ue eedent's tc/hehois 
  1488.  l chaos. ais  s.e@pgr.mksuu.ed( s.e@mkspgr..t also 
  1489. (incle ts CPS, tof datrf.t 
  1490.  F6 @chasvaodu.edtebr***gedirrVNVMA.MIT.EDU e tseu woak wHitil
  1491. e u**g smbinumitpp-r( th(e.T.EDU 
  1492. .ededuib tco.: 
  1493.  videhAdent's cs
  1494. HworrUswotebran e defsem
  1495.     EngIn Al thede,T
  1496. uS, thte the )A*
  1497.  rneho rucr-r.reOpppctc/t.t also du cca th t6 @cdemcc.brruentreefsodu.edtbe /un d*
  1498.  m
  1499.  lp@mbentcommi-n   lp@Istuet,pth a l m
  1500.  du.e-te thek,S6 poesue d"
  1501. (incle ts "he )A"du cca th t"
  1502.     EngG's rse.EMAILliL UsUS m
  1503.  eavpctt Gstpoe 477.
  1504.     Eae tey dent's ce
  1505. o  r*gedirrVNVIBM3090LISTSERlso ibm Mancle ts CS, tof demi-r; GRI
  1506. gets jurVNVCe toxISTSERlso te tox Mancle ts EngI--n'Gstuet)c17 cc.brruentrX.t     F6adetey try/unlso  IDtreefs 477.
  1507.     xu.ee tey dent's csn
  1508.         stSU th
  1509. Iostn ththe(517) 355-1855ak wHOI.mksuu.edTTSEnoeednt's 1.reOstpppc (rmtus5. aN mtu
  1510.  
  1511. Louismtus5. r r r r .** POSs ju y Julas.*S  Harvwx,t y Jul1  hem; write to F6atto vAdaoS s cthn dtatto vS: c'at) UsyUS mterntr1g5-1y dcistr. F F6atto vAdaoS5-1y dcisbeauttoxISTSERlso t ts C l is:th a l m
  1512.  du's
  1513. : pip.c)A" C l istrX.t     F6adetey trT.EpipMach
  1514. c) Us 
  1515.  e hSTXXYYYYm
  1516.  eavXX den
  1517.         ss ydTT    CS: cye demilh(UNmtus C l is
  1518.     xuYYYYmo 
  1519.  fSer    cye dem's    (= medilterbox90LISTS.ot@ee /un.u* tub--thea         ss ir.: 
  1520.  viducsu***rnrver r r r ye demibe
  1521.  eeillteru.edt     F6S
  1522.  s.edt Pateym
  1523.  lple***        <g igue *NINhe le        MB <YYYY>,us C l isf demi-r;  le        PO Box99110 le        Walt otniMA 02254-9110 lRI
  1524. edu h
  1525.  
  1526. Inu eng eo:iee-(= mediau* tub--t Patey-h e /ur r dEaemkspgISionutsukbr* "sp r - r -tey "
  1527. e umettto +1ed@u 736 3.em , 24"
  1528. udedely*yvx1 edudurvLISTSsCtnas"
  1529. udedrnhe r ma thh C l isr e) Uottto +1ed@u 736x1 u.emk rvcf-(= mediau* tub-'90LISTS--t Pateyob) th p rnhe r ma th(= medesgem,etech
  1530. hof oor r o +1ed@u 736 4770udurvLISTSsCtnas"
  1531. uden defs aysuuad.mrve oR-ats.eds
  1532.  e h h/uront's vanc p utco.os r. UCefsIosos. t6  C l istrX.k rUly**m Mach
  1533. lso  IDtreefs au* tub; cs
  1534. Hwoefs{o  r*ged}@Iosos. t6  C l istrX. uh.
  1535. s CPSwill chaos.c tIosos. t6  C l istrX. (b@aem,en defsG
  1536.  du'sng igue cisb-.uh.c)A" C l istrX.cc. C l istIT Medtdt     t@ee /un(rmtue t; wr    stuu.indianau.ed@b-.uh.c)A" C l istrX.G's b@aem,etech
  1537. ho.rUly**mucr-rso  IDtreefs au* tubk rA few h uad.mrve oR-atsb-.uhs.eds
  1538.  e SNCC (SDIRECTIONSuu.ih C l ist Pateyh du24"
  1539. udedeo +1ed@u 736 4660cle ts ly    :th a l m
  1540.  dcisb ly    ,eeb ly    trX.cc. ly    ,eebT Medta6adetey  den
  1541.     BM309c/hehoialp7 7uMedt t6    aoS s c t6  ly    trX.le ts ynhtewmech
  1542. (b TGRI
  1543. _LLLLLLLLLL@c)A" ynmewmtrX.cc
  1544. _LLLLLLLLLL@BRYNMAWR.BITR s)amsuad),etemi-r,ecs
  1545. Hwo BIN,-------eefs petwork.tebran e *rccc17 736obt-r,es5. r rismtutreuad.mrve ocle tsuckpc lof demi-r; GRIgmks ficomc
  1546.   Srp)uckpc ltrX.G'sceOstpppc
  1547.  e, tlur ruckpc ltrX.G'stpppc
  1548.  s@ns.cc.lehrsipp ehe lett.C sitetseu p ehe lett den
  1549.     4.lrcpppcVAX.t-r,ppp, Gstpoe 477
  1550.     xu.nap th.
  1551.     Eaes@ns.uhRrndimtuAX)ill chacf.thh th    Fe 477.
  1552.     Eaes@ns.cfrequOpppctismtuHartpppc
  1553.  s SNT fSeroe 477477.d r r th( the . ehe lett  senHOISc Pa.eds
  1554.  nHOIScjurvrv    orwo ehe lett aseefs 477.lett SN Labceu wequOpprvr_f. Hver r rae lettrlbu.medeloe 477.
  1555.     Eae7
  1556.     xuefsnu.nap th.
  1557.     Eaes@ns.tismthh th    EersterGRI    stpppc
  1558.  77.
  1559.     ERI    s---------------RI    sm.reay        Brcpy M.reay,te the uAX), Gstp Uottto +m.ready        BrcpyD thday,te the eni +m.reajy        BrcpyJeiedy,te the eni +m.reajey        BrcpJ     rletndy,te theOppshmnutststsde6ii-rn y Ii-r.s 
  1560. TechstppCCO225CHIN.cc(rve ocle /cle /cicomc) CCO2meanmedilterbcets ju oRorF6S
  1561.  o.: 
  1562. stppstuetybtni.p etech'stp:
  1563. Lehrh aze.etybtni.pco.p etech'stpn e t ze.etybtncotni.pco.p et p e h t ze.etycotybtncotni.pu* ..ae h t ze.coe.etycotybtn n   -..ae h t cot ze.coe.etycotbu.indianau.ed, th jade.ubu.indianau.ed,eeOL -.ubu.indianau.ed, th rose.ubu.indianau.ed ndeis silv -.ubu.indianau.ed  --petwx,e    p).rte the /u(Hmeseo perster@chaos.) thcopp -.ubu.indianau.ed  --pbr***g siterveVAXenHrunn theUltnix th p e h(UNIX)n acy'riehe lett.ededu oealy    bh aze.ubu.indianau.ed n--pbran e t DEC RISC (-ca6a VAX) th p e hrunn theUltnix.eSer hd.u* ..aly    iuh.
  1564. bu.indianau.ed n   --petwx,e    erste the /uu(Hmeseo phaosute the / th p     n defsemi-r )ly
  1565.  T
  1566. .ewill chaos.c . Uhnynte the ,
  1567. wsemi-r,e***evr hpreOL -SaM Indiana thc17 736fnt'dcouM by do thea BIN    " 6acca.) UsUS m@indianau.ed" me@buc"wite t-h indianau.ed ) UsUS m" me @buc"wite t-h iu wor.ubu.indianau.ed ) UsUS m"
  1568.  Type " 6acca.
  1569. lp@indianau.ed" me "wite t-h indianau.ed 
  1570. lp"
  1571. w
  1572. o theoserinfoo atYY ws.  TUse
  1573. getsicm. aN
  1574.  
  1575. Iostn the network. Ma:    f to _mi_) UsUS m@i Uswor..ed
  1576.  
  1577. Johad.Hopk t ais Adent's cerve)oc Usdcom th    jh Max.hcf.jh . This     jh vm ahcf.jh . This     jh vmahcf.jh . This p).rerve.ntion bo.ly
  1578.  T
  1579. . afami- may impoes. Use
  1580. w
  1581. o  rvrvr_fm me lrvrvr_f. H the r, thte the /ursonl7 o**gw rnhe r may imp
  1582.  
  1583.     wwish,uwng h c17 736juUsings.  TUunym, .h.ly
  1584. Kalamazooning the BINlServrv@kzoo..ed
  1585.  
  1586. Kans*** the netwo.: at n   VM/SP (soonpsIS736VM/XA)t n   ------------------------t n   ks vmaksuu.ed r r r r A).rte the /,
  1587. wsemi-r,ee deher h.e     aan e tby tver r r r r r r r r r r r r r fars not@esepopula    gedirst . at n   etwxt n   ----t n   edolaksuuksuu.ed r r rp).rte the /un defsemi-r.t n   phobos.cisuksuu.ed r rerster@chaos..t n   deimos.cisuksuu.ed r rershaos..t n   ks vax1.cisuksuu.ed r ershaos.un defsemi-r.t n   tsI
  1588. is.cisuksuu.edcsatvxe r, th r r r r tsIVMScisedcsdutvxe r, th r r r rEE (rnhe r ma th(cisuksuu.bobt; . itS, th r r *m s nskain. itS, th r r  r r ye demib (s SNCu.ed r r cisOUACCVMB.BITNET ks e netwo.: isOUACCVMA.BITNETsuu.eklahs pntion  ..ervwon ra pbr***Ader.inceo.oke the /ursou.eregat Use
  1589. w
  1590. o y    trX.le ts yn deSer  deihe(517) 355-18O. r ed,eeOL -.ubu.ind
  1591.  e h hhonpo _gfooitppse.nch
  1592. _gfeOL -SaMmy oRp
  1593.  mE-wilsnung
  1594. . Foo ch
  1595. _gieOL -Sau.eregat tion . afaCS: m uWxe r,rsedu
  1596. gprismxe r,rseduSau.Pen xceamsuad)ly
  1597.  Sr ye demibe
  1598. psuvm.phaos.ctepsuvm.gS mynmfowI
  1599. iedekpppcppc t     (=Mac: @psuhcx.phaos.cly    bh aziu wor.I
  1600. iedekpppcppc t     (=Mac.. persoedu rm ge
  1601. e umetClus * thePSUECLnte the ( the477phaos.c)n theUlPSUVMgr..tAX)iTSERlsoan  thente the sey  phaosut Be the (reO* the
  1602. MITterveretus.ed. aN
  1603.  
  1604. Ite thaCO225CH
  1605.  
  1606. It( thOstvd r sa)n To. aNl ist dehng ier hnapnaupb-r;a.rtHELP FooIDSERVER@PSUVMtheUlpsuvt's te the (dba psuvt's e rp.ededu opsuvt's uucp)obt-r,ei thete the<-->uucply**Johaedt t6    aoSElue uade.cBu thisu Bo dcibu.tpetnhearea-r;,e    ecurwor. la    ges,otni.pctrs  r ma th,   VM/, /uu(Hmeseo pdrs c) Usedt t6    o. aN EBB,e d"
  1607. bu.n c)" 6acpsuvm.phaos.ctirst c
  1608.  e lett de-bu.n c).rteM.rethcopp n3270 GRIf     (=p).rte the  nde0LISTsg e5CHIppuhss,otype    p).rRETURN ke at n wite g e5CHtervec.uhs-SaMmype    "ebb   deihstuRETURN,at n witeion b
  1609. Inu enpsyUSer dings.  T.cisuop-laosl EBBpb-nu,e d"
  1610. M.rm defsG
  1611.  dubt-"DIRECTORY"UsUS mypcopp"drs   deiRETURN 
  1612. Inuselue reuad.mrve oclepdrs c) Usedt6    aoSsyUt "sp r - enobvth snte the thaCperndimdefISTS.opoir_fmfowIBBpSNCu/un sem'rrethcopp  lyBM woak wal,at n t aplays: pipphobos.cis.p etdefPF ke " 6ac;  ldu ersdiny r GRIteMmndim"+" (reO*sgetsoe g orveVoe d,at n "-"c;  lgueack
  1613.  dcn Typcoppp).rRETURN ke nmedi d"
  1614. (iInu ack n  u* tuaosl defb-nus
  1615.     EatypcoppRETURNtrX.epeo:i m@i Inuseoib-'ewilslol chacfbu.n c)isterSau.Plsolmp
  1616.  
  1617.     wsvaodu.edtebr*(Plsolmp
  1618. , eregat). afa.ubu.indiaodcle /cpdxeduSau.Ppppceto r r r ye demibe
  1619. phot     x.ppppceto dedu opu /cppppceto dedusIVMmfowpu /cte the.c)By**Aphot     xat n pu /Jeiedy,wan  thely** eavr ts mtu
  1620.  
  1621. Lou/etwo.: ise rppppceto dedu VAX)gn d=Mac: s Srh.
  1622. ppppceto dedu VAMa**ADept: ma**
  1623. ppppceto dedu Vvm ahcf.jh . Thiun.un  thecopp t ppppceto deduedt t6S----hRrndim. Thihaosute the / th gaugucleppppceto dedusdt t6 o.: 
  1624. stppstuub; cs
  1625. H----RI    edt tPurdu y Ii-t Purdu , cye demilh(U----t n  (e.ubu.ind/.ind)ihaosute the / Iith c tIosos. ge
  1626. e uI
  1627. iedekpppcppc t     (=Net 
  1628. (i(ECN)ae letMach
  1629. pstuhe.us ns defbc
  1630.  s@ns.e the s  petwonpyJeiedy
  1631. sdute trdetycotse.E(Hmiltert ac.: iy**ms*gedit n   dt t6e?.eclepurdu dedus=SElue u(rmt    c?.eclepurdu dedus=SCi477 t6k?.eclepurdu dedus=SCrF6(rmt    g?.eclepurdu dedus=SNuc.uhs/Aeropk m?.eclepurdu dedus=SMesnun(rmt    p?.eclepurdu dedus=SPot     (=Mibay,ydt t6Ie l -te . ehe"?"ubt-u* tdef'a', 'b', 'c'iny r . chck semrthh Crmtuhonp tly**t-uthe /unreO* he thaCpur l isl uWx r r ye demib ub; cs
  1632. H dehn  u*he s 'n' (reies defbc
  1633.  s@n..breajey    mn, cn,at n nutstst    E  Capnaup10/16/90,h vmahcf.ecluhonpr,pe:iee-ldy        BUlyelud tsuckpctettrlrmtufs petoS5 thexamndiulas.*Seclepurdu dedub--t P ist dtEpipMaiterveVuts pt(rmtldy        B m
  1634.  dcybtncotni.as.* C l ibox.dt t6 o.: 
  1635. stphe lch c tIosos.t ze.emgnsdute trdetytncoas.*fowpre C l i-rn Tryotni.as; c ( This     jamazooning lett SN Labthh  n   ---iny r )
  1636. udedely*ys     jh vmahcf.eclepurdu dedus(-r )ly
  1637. terve m
  1638.  dciittncotni.Ippropppwsvac tIoso)
  1639. uA" C l istrXrGRI
  1640.  aan TSERlsos.t gu/u rnhedocopp  '
  1641.  aan -ltby tver 'itervGRI
  1642.  d-hRrndime c
  1643.  
  1644. Itreg dcl*geddef , 24"
  1645. dt t n   ks OSTS.o----t n  (CS,h vth/e th,at n s deSer maj,rs)tub; cs
  1646. Hwoefs{ n   ks ve the / th c tIosos. .ino:iebyotni.Purdu aodu.edtebr*ppc t etyco n   ks CSer h*(PUCC)ae letscf.thh th    .t ze.rvei*he s "e /cpurdu dedu"co n   ks subfs petoS x,e    e aN
  1647.  
  1648. Io.t ze lett.u*he s te the eni +
  1649.  
  1650. ItERI     n   ks  This     jame thm,e    ers Inusl chaos. thir h/edolakUltnb wa)istsi-r )ly n   ks haosurso etytnco  puckpctettte the  r rae ppc t ety.eSer h   VM/y n   ks  aN
  1651.  
  1652. Io.t zeeiSTS.oaybtni.phon5CHbyotni.ashent thaChaos.-thir hy n   ks ltnb wa)isty        iednety.uckpc"a"Us Addit UsUS mhe"
  1653.  aan"@i Uswoy n   ks 
  1654.  
  1655. ItE gu/u riterve
  1656.  d-.rvehRrndimuckpctea   ---inThiun.y n   ks "
  1657.  aan -ltby tver "
  1658. dt t n   ks n defs aysheOppunt.u*he s 'etntruct UsUS'f.thh th    ;p -.ub n   ks t a u(e twr    stf maj,rCperrsIo.epopproxib-'ewildefsercpp:dt t n   ks ex.int s=Slow-laosl perrsIo.e ther    s ts thEE maj,rs------- tsperrsIoco n   ks sa.rt  s=Sc)A" low-laosl perrsIog lett Sse
  1659. Ior h CSco n   ks /u r ths=Sc) aziSTS.o tsperrsIoco t n   ks n defs ay theetwonpziu worse perrsIo.eadyrs InuhaosutCHIN.cc(r 0LIS n   ks onpziu worse haos. bc
  1660.  s@ns.sppceEpipMaiP (so,e    erm.rvS.og erpoco n   ks ncocc.lehr persoedu rmiNCued.dt t6Rrsearlehas.* CsheOppunt.st; r hsdut ersd-.rvetni.PUCCm.rea
  1661.  s@ns.e theaehe o thr,at n jwx,e    p).rc) azdefs r rlaesgetsoe
  1662.  d-orF6S
  1663.  
  1664.     wwif.jh . ways:.ewill chaohaoough '  VM/'trX.eg dcl*geddef r r re sey ks vmaksuu.ed r r .dt t6Ie addit Ustncotno ehepipMaiepoplyBM  petfrg sitG
  1665.  dubt-ppunt Iith p).r lett deos.cvm. /cpurdu dedus thth BITNET s.cPURCCVMx r Ipe " rcpyDpppmSrhldy    ySsyUearlehas.* Cs d-ppc t     (=he(517) 35m.reaj,rsS
  1666.  o.: 
  1667. stppstueiSTS.o lett.u*he s .indiahe illl  --- Iitr Xyyyf r r ryyyfepo 3-snu.nap t.PUCCoIDianau.ed,eeOL -ed 
  1668. lp"
  1669. w
  1670. ysheOppunt.u*h.thh th    .i*he s "e scpurdu dedu"co    subfs pet l ncludetyt"ismhur"he"c)Aus n"he"cws.  ",at n curwor. .thh th    .y
  1671. sdutf     (=snu.nap thtirst e s Asmhurioplth ped x r Mvmahcf. scpurdu dedutub; cs
  1672. ( .dt t6Vep t war    erste the /heOppunt.u*h.thh th    .i*he s "evhe.purdu dedu"co    subfs pet; worse .thh th    .t zey
  1673. sdutf     (=un(me /u(rziSTS.ovhegetsoaks u.ed "dog"he"goat"he"pnu.m"..bAgu(ro.:uhcf/AguonotheI
  1674. iedekpppcco    sste the /heOppunt.u*h.thh th    .i*he s "eaclepurdu dedu" subfs pet;bos.cise  ncluds "nu. lgt"he"bar ",ay r ..S----folk    .i*hcrF6(sun.y
  1675.  T
  1676. .ewppunt.u*h.thh th    .i*he s "e rF6Spurdu dedu" subfs pet;bos;,e    ecu worse t zey
  1677. sdutf     (=M.rmhtirst e s Dr. Who (reiesjey        .ed "doc) U"he"t dcis"he"k9" ..S----folk    .i*hpsypho) 35  T
  1678. .eGRIpunt.u*h.thh th    .i*he s "epsyphSpurdu dedu" subfs pet; worser. .thh th    .t zey
  1679. sdutf     (=La)in/SoukpcAcwsi T
  1680. d r reiesjey        .ed ".inu"he"brazil"he"cwxico"he"pay
  1681. a" ..S----folk    .i*theteo) 35  T
  1682. .ewppunt.u*h.thh th    .i*he s "eteoSpurdu dedu" subfs pet;bos-----cu worse .thh th    .t zey
  1683. sdutf     (=TolkdeS=snu.nap thjey        .ed "b ibo"he"gollum" ..S----folk    .i*hphysics  T
  1684. .ewppunt.u*r. .thh th    .i*he s "ephysicsSpurdu dedu" subfs pet; worse .thh th    ch
  1685. pstuy
  1686. sdutf     (=physic(suns.    .ed "maxwell"he"newto " .. letch
  1687. Kra.n nt Sphool defx,ea.r/u rii    .i*he s .mgmt subfs petsings.  Thonpr,zeu Cs d-TS.ab--) azm,ea.r/u risste the 
  1688. Inu enppunt.u*r. a.PUCCo.thh th.dt tRe:ieX) th pa pbr***y
  1689. s s ed.juUsinr r r aN
  1690.  
  1691. Iti@buc"wite.p etme lrvrvdt tRstv:ealy    bvmaheady ent dtEpo < aN
  1692.  
  1693. I>@si  dedub-Notectea  semi-r,'tGRI
  1694.  aan rcppo.thh th. Rstvisste the y,wa ks voff-camnu    ch
  1695. elue uade.c.ed*ged(e vma,,pe thws)inThilea-rs.citubt-ppor. educat UsUS purjh stphelsedt t6Owl deos persoedu rmprovicybte the.ubu.indeOL -t n nindeOL -cye demi x r Non-cye demi h    jh M225CHs persoednr n,pe:iybte tha s SNC,at n witobos.ciss persoedu rmdelutsdutf     (=hacfb SNCui@bu.ed
  1696. uA Max.hcf addsyUsGRIpr worse t persoedpse.owl de.si  dedubGRI-----lerste the /heOM225CHs persoedu*he s si    petfrg sicpc t     (,suksug.  Toff-camnu    c.ed*gedpsers InusyUtsi tybte thworse t persoedunl*gedM225Cfowpoak ssister let addsyUsdpse.si  vm1.si  deduat n r***Ad'e /he  Tof"wite.p etme lr00inThiJohnemi-r.dpseJSMIT00.si  vm1.si  dedu
  1697. dt t n H r 'e /erm.rvsl uW defbc
  1698.  s@ntncotrydnr n,Uearle    gedi tha t n r***.ADepism/u ri.thh th    .t zeMax.hcfsIS7 thMS/PhD nindeOL  t n rste the,(Hmeseo ,at n   VM/. let OWLNET .thh th    .t zercpyDppor.ks l SNC-rn (Thus witeion bpopula)istystyOWLNET .thh th    .bu.s(sunr.ks pppmSrhldydefe.ubu.indeOL s-t n nindeOL -rste the inr.ks ppofessistmtufegos. rlatsisulehrsfx,or h defppc t     (=n deSer eavrr.ks NOTE:-.rvetni. 
  1699. stpM225CH"sp r - ks v".si  dedu"HIppuncybtncotnim.r.ks Depism/u r                    Mthh th N
  1700. str.ks ==========================================ks ==========================r.ks ppc t     (=n deSer:                 rX.at l apetutr.ks Elue u(rmtCs d-ppc t     (=I
  1701. iedekpppc:     mUsizeta,ay a,akIppa,atavir.ks Ma**:               ks      .tth1r.ks Ma**e pt(rmt=n deSers:             masc1,h vsc6r.ks Mesnun(rmt=I
  1702. iedekpppc:         
  1703.  Tesaor.ks 
  1704.     ws(suics:                     ssat1dt t n Offi   defNet 
  1705. (copp  d-ppc t     (=S*gedis:     brazoe,(uncle-benoco t n OWLNET:                     gosat-hot dd,h vrshinTy,w ,aavr                    pygm ,agosat-ninydt tdt tRIT (Ro rFor h y    tr. defhe(5)a pbrh.vt'cte thedt tRenNC-la t.Polyte(51e.cy    tr. (RPI). afr.ks Depism/u r                    Mthh th  thDs pet N
  1706. str.ks ==========================================ks ==========================r.ks ppc t     (=n deSer:                 csSrpidedu Vks Elue u(rmtCs d-ppc t     (=I
  1707. iedekpppc:     ecseSrpidedu Vks Mesnun(rmt=I
  1708. iedekpppc:         
  1709. mesneSrpidedu Vks Demgn RrsealehCSer h:            AuscSrpidedu Vks Robouics Auts pt(styMac:            AalSrpidedu Vks Ima.rtProd*gecoppMac:            iplSrpidedu Vks CSer h*7 thAdvaSerd=he(517) 35:        catSrpidedu Vks Ier gno:ieElue uade.cAsos.n deio:        iuhs-ismsSrpidedu Vks E
  1710. iedekpppcppc t ppcSreOiers:        vm.ecsSrpidedu,avr                    vms.ecsSrpideduafr.ks RenNC-la t.ppc t ppcS*gedi:            Apidedu Vks Opuntncoa-lerste the,(Hmeseo at n   VM/.  Vks U***Ad    .t zelrvrvf@Apidedumuckpcdigihe /dcybtncobosak ties.r.ks 
  1711.  aan by tver @Apidedumnco.edify r***Adphelsedtks e the
  1712.  aan  @Apidedumdoes,'t yier -,e    e) 3et etfp ept(st.dt tRo rFor h y    tritt      defhe(517) 35 (RIT)a pbaaaXXXX@rh.vt'crh.dedu VAaaa=has.* C This     jco n   ks XXXX= eni +4cdigihe defee the Socs     Srpurebr*edolakdt tRose-Hulmoply    tritt      defhe(517) 35:fher l HVuteheINtrX.osevcSrose-hulmopdedum[137.112.4.2]dt6    aisdpsee s DEC VAXinr r rc) azrste the haosute the /
  1713. uAbos.ypcrmt= aN
  1714.  
  1715. Iti@buc"wite.p et lrvrvfmedt t6-t Rose-Hulmoplm,e    erste the y,wa ks vNeXTu.ed r r .dt    letscfaddsyUsh    .t z:     lrvrvfm@next 
  1716. (Srose-hulmopdedu tdt tRutaanp:dt    Rutaanp y,wa(a@buc"DeceolakU1991)ihae /etG
  1717. tepigh    .nreO* inThdt    semi-r,o  puhoi@b-hetG
  1718. tepigh    .rutaanpdedum"f
  1719.  
  1720. Itlver "mncGRI
  1721.  d-e vmafaddsyUsh    .  Vr tsftwo.: ise rrutaanpdedum(aliae /rg i rrutaanpdedueavr tsninderstebe
  1722. paulrrutaanpdeduavr tse.ubu.ind:usymu rrutaanpdeduavr tsS*gedis
  1723.  
  1724.     wwiise rrutaanpdedu,ak.  zhairrutaanpdedu,  Th dcyh    .rutaanpdedumst    E
  1725. iedekpppc: zodiacrrutaanpdedu,a-r,c.:rrutaanpdedu,ap ac. rrutaanpdeduavrZodiaciepoplaliae e thworap ac. /-r,c.: vt'-cluor h. x,e    ecye demilh(avrninderste the haosute the /ystycaip.rutaanpdedum thju.e.rutaanpdedu.dt    Fett St n  ebu.d yuhs cye demilh(U----t n  oc .  UsUS meMatGRIs persoedu*he epvt' cluor h.ly    bv**: .tthrrutaanpdedu,ah ib ntrrutaanpdedu,a C .tt,,pewto ,ayulwor. OSTS.o.thh th    : eib nethrrutaanpdedu,adp errutaanpdedum(let lair hyIpr sste the ho lnaupetwonpzpism(ro.hs dp ei) Uy eavr o.: 
  1726. stppstufmlm th lrvrvm thf lrvrvm thfm lrvrvm th----ti
  1727. str.s----o etytels -cytirelsedt t6TipMaiepoo.thh th,ap lot.njetothe,itG
  1728.  dubt-avvmaly**tncoan.y
  1729. Ftwo.: /
  1730.     wwifmeolakUat-,e    eNew Janpseyc) th py    ySsyquetr. Atr.s-uleulas    gedi
  1731.  aan by tver @p lot.njetotheheady en aNfuvei*h
  1732.  dppcco    s---onpzat-,e    euc"witeer    -Rutaanp c) th p    .i*hNJedt tSoplDiego 
  1733.     ws aodu.edtebr:y
  1734. Ftwo.: St n 
  1735.     wwiishf y tver @s deSers.sdsudedumuipMaifdpsee sGRI
  1736. tt S This     -follow:iebyotni.eni +
  1737.  
  1738. Iedt t6Toc.ed*gedhacfbamnu    cphonpzdirec) Ur:y
  1739. (1)iuhoi@b-hes deSers.sdsudedum --- Ii ks uipMai
  1740.  
  1741. Iti@btni.eni +
  1742.  
  1743. Ieuc"wite.india semiwa"
  1744. dt t    (2) 'ewthehncos deSers.sdsudedumt n ) 3.i*hasiuhoi@avr    'ewthehs deSers.sdsudeduavr    SunOS UNIX (s deSerseavr    ) 3et:iuhoi@avavr      ks *****eX) th peuc"n deSers Onl th PhonpzDirec) Ur *****avr    Yemiead:avr      *s E
  1745. tS.oaybtni.witeway semio etkcitubt-spelled.dtr      *s E
  1746. tS.o'='-follow:iebyotni.
  1747. tt Spismddef  c)rrec)lyavr      ks spelled  r raedtr      *s E
  1748. tS.o'+'-follow:iebyooplE- vmafaddsyUs.dtr      *s E
  1749. tS.o'#'-follow:iebyoo 'ewephonpzedolak.dtr      *s E
  1750. tS.o'*'-follow:iebyoopySpismddef  
  1751.  
  1752. Iedtr      *s E
  1753. tS.o'$'-follow:iebyoo 
  1754. tt Sbtni.(sersd-.refs)dtr      *s E
  1755. tS.o'!'-follow:iebyoo 
  1756. tt Sbtniedtr      *s E
  1757. tS.o'?'m th'help'tnco isrlay rcppo.yUsighedtr      *s E
  1758. tS.o^Dt thaCblatk l th ncotoak wa)Iedt t6(3) U**haCNet
  1759.  d-cliu ri th-reO*  pponinmhncosearlehpr:Sbtni.sdsu Ii ks uipMai
  1760.  
  1761. Iti@btni.eni +
  1762.  
  1763. Ieuc"wite
  1764.  dpvicumtCs d-sdsu i@avr ks ous dp pet  r raedt tSsattl aodu.edtebr:y
  1765. E.edybod5 (rste the / d-ftwo.: )ppstuu*he s s
  1766. Ie.thh th,ay
  1767. @ssattl udedu tdtSimu*hFraon bodu.edtebravr pc t     (=n deSer: @e rsfu.caavr amnu    cWicy: @sfu.caavrdtSkidc)A" X) th p, S/rgtoga Spilh(e,(NY, 12866ks (518) 584-5000co n lett deodp pet  r r:   ks skidc)A"dedu VksBe theeerde  r r:   ks  ks skidc)A"afr.ks--lee- vmafip c) th tybtbyohs ott.skidc)A"dedu (141.222.1.4)afr.ks o.: 
  1768. stpnp epS metake"wite.p et 
  1769. tt S This     -/ d-fett Sse25CHr.kssnu.nap thtuc"witeeni +
  1770.  
  1771. Ie  Yemi-r,o     jo-e ploym"f
  1772.  
  1773. I.lver ",r.ksM22    gedhacfbpc luts-fett St n )ni +
  1774.  
  1775. I    .nrpano:iebyoo dot
  1776. dt t nContnap LDG@SCOTT.SKIDMORE.EDUdi thapySdelu.edySproy**m/u(rziSTS. t nquetr Use /boukdhacfX) th pedt tSi-r.:erm-r..rm-r..edu tdtSonota 
  1777.     ws aodu.edtebr: f
  1778.  
  1779. I.lver @sonota.edu tdtSoukpwetrfhexas 
  1780.     ws aodu.edtebr:yy
  1781.  e / d-.tth(Hmeseo a(rzninderste the: @swtexascte thedt        (c) azion bIDtppstucs_ y tver a(rzma_ y tver )afr.
  1782.     wtfp d:y
  1783. U.ubu.inde: M) azrste the haosute the /uu*hl-land.s    wtfp ddeduavrS----rste the haosute the /uu*hpopnreO* intG
  1784.  dubt-cybcrmo:ibos.o-e vma. letir= aN
  1785.  
  1786. Is  T
  1787. .ewp
  1788.  aansdut St gelo.s    wtfp ddeduedtrYem.o etrfbetubt-.o-i
  1789.  aan as    gede s .indiahe )ni +
  1790.  
  1791. I,hasico    sste the eadyphoo**hany= aN
  1792.  
  1793. I. (L-landubt-nothe
  1794.  aanly**.)afr.    [Tite.pllowlh(U-reOierihae nothyetube5CHic lu/u rsdut co n   ks  
  1795.     wtfp d,hasiuc"10-23-91. -- vrk    avr    Yemi-r,o     jo-tryde
  1796.  aan    gedim lrvrv@s    wtfp ddedue     aisd aN@avr    'itewhoi@b-reO*  u*hargu rs    wtfp ddedue (A    jo-trydelrvrvm tavr    )lrvrv,adepunc    gedu*hh,wabpcmu*he s 
  1797.  
  1798. Iti@.)     aisdetfpti@,'tGRI    updo:ieasiuctenrs.citu"sp r -be;-rste the ( ncludppcco        e.ubu.inds)i-r,oupdo:he sir=own-e vmafaddsyUsh    , e theew ky,wco        h,wa.o-(rzcpst. ]dt t6Toc aN-i
  1799.  aan -reOierit S
  1800.     wtfp d,hsemimu  Stlosad5 ky,woo .indiaher. e- vmafaddsyUs.r lo-i
  1801.  dph ths---onphe e- vmafaddsyUs,c aN-uhoi@avr-reOier.r Issuedhacfbpcmanduavr ks  >iuhoi@b-hes    wtfp ddedu <)ni _
  1802.  
  1803. I,hfuvl_
  1804.  
  1805. I,hunique_id,uavr ks                           'ewephonp_edolak,-(rze- vma_addsyUsdpfavr ks                           semiky,wotea  e thwa"ziSTS.detfp.>afr.
  1806. UNY/B
  1807.  ahamto : (B
  1808.  ahamto ,(NY)afr.    Itwodcyra.o-contnap s---onpzat-
  1809. UNY-B
  1810.  ahamto  sem'rvmhaosuncGRIM225otnimf  cpS ; worMaiepnoeway uc"figun    gedh tha-rste thher. addsyUsdM225CHe sir=
  1811.  
  1812. I,hasihacfmIpp    gedepra.dp  (ryquenis     r. i*he s odcyrapeo luHIppsIS7 thte the /)edt t6U.ubu.inde: bXNNNNN@HOSTNAME.cccte ahamto dedumuipMaiXubt-aavr    )eir hadepunc    gedu*hwea  suhs e smeMotHe sir=te the :avr    91/92:uA 92/93: B(?); NNNNNppstura.dp  digihe,halc) aavr    alwaysersism(geduckpc0; HOSTNAMEubt-eiSTS.dte avt'aavr    (VMS)inte avt'u (odux)inte asuse (SunOS)inte avmbavr    (IBM),-(rzte atjwa(IBM).r Older r***Adtppstuuc"witavr    .p etvyNNNN@te avt'a, vuNNNN@te avt'u,at navr    bgNNNN@te avmbedt t6 lettFor dse.ubu.indsihenbtncohaosute the /uu*hte avt'a,bos.csug.sukssupetwbv**/ tsl SNC-rducrvmhaosute the /uu*boste asuse.r dt t6-n e- vmafdirec) UrS7 ths---(Hmeseo at n   VM/ubt-avvmaly**;bos.ewthehncote avmbecccte ahamto dedubosDIAL VTAMy
  1813. ELIXIRavr hoo**hfrp  /u u
  1814. dt t
  1815. UNY/Buffalo:avrGinds, U.ubu.inde:  aN
  1816.  
  1817. I@ubvms.ccctuffalodedum[i
  1818.  aan nothpogecy**]dt6    U***Ad    .uc"wite.p etVNNNXXXXmuipMaiNNNppstutni.
  1819. tt dt6    3cdigihe defonphe socs     srpurebr*edolak,at n XXXXm/he  T    4halpnunum**A e reptFoenisgede s tFor.uc"witesocs       T    srpurebr*edolakaedtrGax.hcf.ppc t ppcCSer h*(rste the):  aN
  1820.  
  1821. I@acsudtuffalodedudt t6ubvmsiepooVAX,at n c) azrste the hadute the /uworMaedtrRecen)ly,hh,weO* inc)A" peo luHI zeMat ppcte the /uu*hacsu,bos.c aodux s*gedi.    dt t6E
  1822. iedekpppcSste the:  aN
  1823.  
  1824. I@cyedtuffalodedudt    EESste the:  aN
  1825.  
  1826. I@bsatrix.cyedtuffalodedudt     tsDept:  aN
  1827.  
  1828. I@e rtuffalodedum( aN
  1829.  
  1830. I@susybcscte theeavrr.6Tip= aN
  1831.  
  1832. Is e thworaacsu,ucsm(a n pogecy*    ecye)sr*m/uncotte.p e:ibosbyo----o etytIppoxiept(gede s .pllowlh(Urulwe: avr k1)iIf by tver iep<=8ssnu.nap t,edtr      1.1)iifcitudoes nothtlosad5 exi  Stpoo aN
  1833.  
  1834. I,aavr         de sno aN
  1835.  
  1836. I=by tver e (eg.erm-r.)dtr      1.2) els -avr         d aN
  1837.  
  1838. Iti@b
  1839. tt S This     -+ by tver i(eg.ejrm-r.)dtr  2)iIf by tver ieptoo long,at n oo.iddleS This     -exi  s,edtr      e sno aN
  1840.  
  1841. I i C This     ji(eg.ejcs)dtr  3)iIf by tver ieptoo long e thnoe.iddleS This     -exi  s,edtr      e sno aN
  1842.  
  1843. I i Ctni.
  1844. tt S5ssnu.htuc"witeeni +
  1845.  
  1846. I,at -,at navr      e snowite
  1847.  his     e (eg.eJ
  1848. Is Si-r.enNu*hwp r -beerm-r.-j)edt t6Tip  e / d-acsuodp pete snu.cfmImafaliae eilh    , jo-mImafncoao aN
  1849.  
  1850. Ir. at-eiSTS.de rtuffalodedum thtesudtuffalodeduducrvmarr225oakdhacf aNr. i*he s s
  1851. Ie.t iboxedt t6TipMaiu.cf     jo-ge 3.(Ge 3raphy),-arleh(Arle
  1852. tecture)at n c:ibos(Mybcrede)odp peteedt t t
  1853. UNY/Sto y Brook:y
  1854. U.ubu.induo:e: f lrvrvl@ccvm.susysbdedum(sbccvm.te theeavrr ks     f lrvrvl@cc vma.susysbdedum(sbcc vma.te theeavrr    (-reO* s  cs    gc.te theat n ccnova.te theeavrr    f lrvrvl@ic.susysbdedum(sreO* s t zelibsreO1,avr        cssreO1, cssreO2,ayesreO1;i-r,'the
  1855.  aan)edt     tsFolksise rsusysbdedum(csiepoplaliae ncot s h) azrbcs)dtrYemi-r,o     jo- aN-hacfbamnu    c"tG
  1856. te pigh    ",iuhoi@b-hesusysbdedum..edt     thwryde
  1857.  aan    gedakdf lrv@susysbdedu t t
  1858. y.na aN-odu..:co n   +ppc n d Ginds/Ftwo.: isr        h) a: ncp.ci@.syrdedu Vks s sx,e    eppc n d .induo:e / d-ftwo.: ohaosute the /uu*hrcpp Vks s s.thh th;dhacf aN
  1859.  
  1860. I pair hniep" y tver @ncp.ci@.syrdedu"petw Vks s s.) az . es
  1861. dt t n   +Ftwo.: Spogecyilebr:yks s sh) a: SUAIScte thedt  ks  
  1862. y.na aN-Academicn lfp ept(stsS*gedie     aisdisduipMaihacfmIjorebrav  ks  uc"fmeseo at n   VM/uhaosute the /
  1863. uTipMaie,hh,weO* in.edyav  ks  lebtl aalong witee th     uc"ver    gedconvenisose.rTryd" y tver -+ av  ks  
  1864. tt S This     -uc"fitt Sbtni"hasihacfpogecy**= aN
  1865.  
  1866. I.dt t n   +OSTS.orste the / d-ftwo.: :yks s sh) a: rodopdac@.syrdeduks (Sun4/490/UNIX)co n   ks  s s.)thra.cn@.syrdeduks(Sun4 Cluor h/UNIX)co n   ks  s ssusrisedac@.syrdeduk(VAX 8820/VMS)co n   ks  s ssuvm.ac@.syrdeduks a(IBM 3090/CMS)cor.s-uvm.ac@.syrdedukt n  usrisedac@.syrdedukpsturunebyotni.SUedtrAcademicnppc t ppcCSer h*t n e.ubu.indsiusupS mehaosute the /dt     n  usrise (tG
  1867.  dubt-aoVAX VMS cluor h).rB)thsh) atppstuu*boste theatsssuvmkt n  usriseddt t n   uTip pair hnie th aN
  1868.  
  1869. Is bt-as .pllows e thpS tuc"witss h) as
  1870. dt  ks  
  1871. tt - This     -+ .iddle- This     -+ as muletuc"witeeni +
  1872.  
  1873. I asdt  ks  pogecy**aedt t n   +WG
  1874. te-Pigh    :m"f
  1875.  aan n
  1876. I@syrdedu"pucrvmsearlehe s onl thdt  ks  rmoa) 3.tG
  1877. te pigh     e thp tFgior h dseon btea  hae ais/TS. t n n nilfp ept(stspublic. Mutli luHeptcitsSproduers mo.:i luHh t t 
  1878. dt  ks  "f
  1879.  aan @syrdedu"pe thc)A" detvmas
  1880. dt t n   +PhonpzBook:uTip 
  1881. y.na aN-Phonpzbookiuctenti
  1882. st hae  aN
  1883.  
  1884. Is t n n nilcituasiuell.zDialipc(315) 443-1870fip camnu    cilfp ept(st, t n n nifdhacf aNid-exi  s i*he s phonpbook,de s .io luHworMaiucrv t n n nbrihappyotodM225cituout
  1885. dt t n   +conso.:@rodopdac@.syrdeduks--iIf hacf aN
  1886.  
  1887. I exi  s,et n tea dt  ks  pindia does,'thm
  1888.  dphao    gede  ha.ubdph t, rcppo aNid-ucrv t n n ncitckcintode  befp eha.uet n rep meviae.t iedt t6) 3el Sb.syrdeduki     e th.ttheept(cpS ) 3elmt n ) 3ic t6pponinmr    ged.inds/ftwo.: edt t t
  1889. wismhc)A":yks s sks--leSste the/Ftwo.: /
  1890.     wwiisFLLLLLLN@cc.swismhc)A"dedu,duipMaavr    F i Ctni. aN'@b
  1891. tt S This     ,et n LLLLLL i Ctni.
  1892. tt Ssixavr    )eir hhtuc"witir=eni +
  1893.  
  1894. Ie  A '1' (ode)obt-appuncbdpi*hc) aavr     . es, rcsug.se thduplcrmo: Ctni.edolak i C Tcru/u rsd
  1895. dt  ks            lo-i
  1896.  dp.io lu, je d-.tmafncopogtmni akaeYemi-r,o     jo-avr    .
  1897.  aan .io luHbyotniir=eni +
  1898.  
  1899. Iedt t n   u nCS:s oupS m, by tver @e rswismhc)A"deduafr.    [Tite.pllowlh(Ui Ctni.oldcilfpintG
  1900.  dutr rvmholdsS7 ths---(.io lu:y
  1901. s--leSste the: xxxYY@swat.swismhc)A"dedu,duipMa xxxUi Ctni  T    sste thheC This     j, YYCtni.suhs uc".induo(stedtr    Itw . e uc"duplcrmo: ,ayxtra "x"iu.cf dcbdpbetwe5Cavr    'ite This     jit n suhs.iIf hacMaiu.cftriplcrmo: ,ae smavr    keepuu*hadc    gedx'saeYemi-r,o     jo- aNavr     .mnu    .swismhc)A"dedum(swismhcr.te thee.iIf hacmehaosavr    noe.iddleS
  1902.  
  1903. I,hu e "_"peti aaduuc"wite.iddleS This     edtr    lo-i
  1904.  dp.io lu, je d-.tmafncopogtmni akay
  1905. sFtwo.: St n   VM/uhaosu aN
  1906.  
  1907. Is asihacir=eni +
  1908.  
  1909. I/uu*bos  .mnu    .swismhc)A"dedu.]dt thexas A&Maodu.edtebr:yy
  1910. --lerste the -r,ohaosutnute the uu*haoVAX cluor h,at hutsponax.ou@avr-rr.uc"UNIXzbox: ,a thp VM/CMSs.thh th. Proyay*    elyUsdtea*bos30%.uc"witesste th bod5 (40Kerste the)etakes adva"igh.uc"wii/
  1911. uTipbosfp ept.uc"wite aN
  1912.  
  1913. Is bt-FML####duipMa im ppstutni. This     jit n ####r. is"witeeni +fem.odigihe deftni.SSN.r Ifha-rste thihae noe.iddler. i*his     -e sno'0' (Zspo)obt- aNd. uTip e dp pet ep"tamudedu"pt n teer. .thh thdco r -bee,e    edefse25hcf.phoiers like"venu ,arigel, jucma,avrsigma, etcedtr    Gax.hcf.oduxisr    tamuas
  1914. tamudedu,aea pex
  1915. tamudedu,avr        r    tam us
  1916. tamudedudtr    Gax.hcf.VAX/VMSisrzeus
  1917. tamudedu,avenu 
  1918. tamudedu,aavr        r    jucma
  1919. tamudedu,asigma
  1920. tamudedu,avr        r    rigel
  1921. tamudedudt  ks            Gax.hcf.VM/CMS:         'amvm1
  1922. tamudedudtavrFinc    gedaddsyUsh    :avr    Tryde
  1923.  aan    ged y tver @nam us
  1924. tamudedua th y tver @namudeduedtr    (tamudedua aN@ ph,de s CSO N
  1925. IsreO* )dt t6Tip  pc t S.orcienc" depismm thheCdp pet ep"c 
  1926. tamudedu". uTipco    sso(tr ct-cyptubt-"sso
  1927. tamudedu". uTipf aN
  1928.  
  1929. I fp ept.un"witssr. .thh thsobt- aupS mefffffffvm t f lrvrvl. uS----oldcte the /ueadyhaosavrfitt Sbtnisa th y t+
  1930.  
  1931. I/uu*l edt6Tip .tth depismm thheCdp pet ep.tth
  1932. tamudeduedt t6TipMaiu.cf bh tha-m rv(stsiSTS.ddepismm thcf..thh thsouckpcvaryppcco    
  1933.  
  1934. I/ue thI-belie25otniyiu.cf     l i*he s .p et"xxx
  1935. tamudedu".dt thri*hi    eppllegh.(Hismfp d CT):avrSste the: VAX1.TRINCOLL.EDU (trincc.vt'.te theeavrThsiepooVMSs.thh th, e thitu"upportsde
  1936.  aan.dt thuftsdodu.edtebr:y    tuftsdedu,aeuftsdte thedt
  1937. EntriI/ueFginn(geduckpcUueadytte.pe.u i*he s nyxtopogtppcco(cpllegh-e vma-2.tyxt)edt t;;; *EOF*dt tXreiistgecesoc.cpllegh:3394esoc.the-.io lu:902 nyws.answedt:1678
  1938. Nywsgroupe: soc.cpllegh,soc.the-.io lu,nyws.answedt
  1939. Ptthistgec!unl tfp.unldedu!moe.ksudksudedu!zaphod.mps.ohio-ssoededu!mips!darwlhrsura.the!te l!rocits S.!ca"iloupe.srv.c 
  1940. cmudedu!crabIppse.srv.c 
  1941. cmudedu!mka"
  1942. Frp : mka"+@c 
  1943. cmudedu (Mark Ka"rowltzeavSubjectisFAQ:eppllegh.E.tmafAddsyUsh     2/2 [Monthlyopogtppc]dtMyUsigh-ID: <cpllegh-e vma-2.tyxt_707890714@c 
  1944. cmudedu>afDoe: Su ,(07 June92 04:18:44 GMT
  1945. Expiree: Tuh, 21 Jule92 04:18:34 GMT
  1946. Organizo(st: Sphoo tuc"Cpc t S.oScienc", CarnFgie Mellu*boNntp-Pogtppc-H) a: a.gp.c 
  1947. cmudeduavSupindedee: <cpllegh-e vma-2.tyxt_705212350@c 
  1948. cmudedu>afFpllowup-To:opogtS. tRep m-To:omka"@c 
  1949. cmudedu
  1950. Apppoved: nyws-answedt-ryquest@MIT.Edu
  1951. L ths: 1079dt tArle
  1952. ve-
  1953.  
  1954. Iisepllegh-e vma/pism2
  1955. Ly t-Modified: Mon Apr 13 22:33:27 1992 byoMark Ka"rowltz
  1956. Vedtest: 3.18dt thaisdisdwitesecondphalf.uc"witesucmar    edefh,wfncoi
  1957.  dpemImafaddsyUsh    
  1958. e th .ubu.induo:pt n .induo:prste the,"fmeseo at n   VM/upt.variou@aveplleghs*t n e.u.edtebiI/aedt t;;; ******************************** t;;; E.tmafDoabIsIisU-Z ************ t;;; ******************************** t
  1959. odu..edefAaiborg: @iI/d.auc.dk t
  1960. odu..edefAkrst:avrr.6AcademicnMthh ths:sFtwo.: , Gind, U.ubu.inddtr    vt'1.cccuakrstdedu (vt', jo-.
  1961.  aan works)dtr    vm1
  1962. cccuakrstdedu (vms, jo-.
  1963.  aan does,'thwork) dtr    vm1iepo    jo-knownStpokrstvm.te thedtrM) azrste the / d-ftwo.: ohaosute the /uu*heiSTS.duc"witss .thh thsedt6UaN
  1964.  
  1965. Is are- aupS mer1S7 thftwo.: , r2S7 th.induo:co    sste the,"t n r3 e th .ubu.inde,"fpllowbdpby.
  1966. tt ,e.iddle,avrt n )at S This     /ae(Ic"witesste th does,'thhaosute.iddler. i*his     -itubt-om-rrsd
  1967. ) N
  1968.     gedconflcratppstusyUolvbdpbyavrtdc    gedaodigih ncot s e d-uc"wite aNid-(e.g., 1, 2,a..e 9)edt t6e thexam lu:hm
  1969.  I i Cr2sk9@vt'1.cccuakrstdedu..edt t6E
  1970. iedekpppcMthh ths:sGind,  .ubu.indavr    .
  1971. le01.ecgfcuakrstdedu (e.ux, e thnoee
  1972.  aan    ge)avr    .
  1973. le02.ecgfcuakrstdedu (e.ux, e thnoee
  1974.  aan    ge)avrUaNidheCnp epS meeFginduckpctni.
  1975. tt Stwo leir hhtuc"wit t6pindiaheCmIjor-(el = electr(cpS,e.e = mesnun(cpS)"fpllowbdpby t64odigihe to-mIke"6odigih  aNid. U.ubu.indtppstuM225t edheCofbosfp e bsxxxxaedt t    Mtth Depismm th .thh ths:sFtwo.: , Gind, U.ubu.inddtr    vonneumopdc 
  1976. uakrstdedu (e.ux / d-f
  1977.  aan    gedworks)dtrO*l  .tth rste the o.orste the enrplleu i*h thrsh     ucf h dsby t6.tth depthhaosute the /
  1978. u.
  1979.  aan worksduckpc
  1980. tt , y tver e o. t6uaNidheaedt t    uaNidheS7 th.inde / d-ftwo.: opstubyotniir=eni +
  1981.  
  1982. Isedt6e.ubu.indsit n cenisute the /ueFginduckpc us"fpllowbdpby.thret t6digihe mIk    ged6 leir h  aNid. dt t    Mesnun(cpS E
  1983. iedekpppcMthh ths:sGind,ftwo.: r.6Ae    e.ind eniedekpppcsste th -r,ohaosutnute the . dtrFinaan does,'thworkS7 thwitss .thh thsedt6    ssrsh th.mesn
  1984. uakrstdedudt6    sunsh th.mesn
  1985. uakrstdedu  dtr    moonsh th.mesn
  1986. uakrstdedu avrUaNidheCpstufitt Sbtnis. t
  1987. odu..edefA Sba pupt.Hhe /v rve:yy
  1988. Dp pet:  uahdedu avr         asn.the (asnuahdasn.the)avrr.6Sphoo tuc"E
  1989. iedekpppc: xxx..x@ebs330.eb.uahdedudt     tsdepth: xxx..x@uahcs2dc 
  1990. uahdedudt    Mtth dept: xxx.x@sus3..tth
  1991. uahdedudt    Gindssd/Researleh: xxx.x@asnuahdasn.thedt  ks                
  1992. odu..edefArizona:yy
  1993. U.ubu.induo:eCpstunot rot ppel  M225t  pc t S.ote the /
  1994. u Ifhandt6e.ubu.indihae tnute the ,-itubt-al.) az ertvm*l  a-rppcle-su/ugtS.uu*edt     n hacfbluor h ccit.arizonadedu e thp specific cenis. uTipf aN
  1995.  
  1996. I pp V    i*he s .p eat:yy
  1997.         Lxxxxyyy r.6L=ufitt Sleir h defeni +
  1998.  
  1999. Ir.6xxxx = eni +fem.odigihe defsste th ID.edolak ( aupS meSSN)avryyy  = eni +fem.odigihe def thrshesequenc" edolakdt t6Tiip cluor h epo    jo-knownStp"violei"pt n "skyblu", depenc    ged n who-avryemiilk to. uTip e u.cf ctupS menodes i*he s laraan cluor hedt t6Ccit.arizonadedu sreO*sf     l rcs e who-do,'thhaosutniir=ownS pc t S.s,avrtG
  2000.  dubt-al.) aze25hyoth.  Ifhyem'.cflook    ged7 ths---onpzwhoheCpndt6e.ubu.ind, je d-pol
  2001. te .tmafncopogtmni ak@ccit.arizonadedu.  YemiMUST
  2002.     knowutniir=fitt St n )at Sbtnis,de s eplleghotniy'.cfin,"t n uiptTS. t    tniy'.cfae.ind  th .ubu.ind. uTipy.orwisn tea  meUsigh ncot s t    a at---.ote the / ucfic", tG
  2003.  ducpSl Ctni. aN,"t n asksdifdihheCok to t    M225ch thtniir= aN
  2004.  
  2005. I. uS-= a    gede s phonpubt-beir hedt t6M,e    efmeseo at n   VM/up.cf     jo- n ccit.arizonadedu.  Ifhs---onpztellsavryeminiyiu.cf n "cosy"  th"icosy,"pe tgethit;hyem -r,'thje d-.tmafnc t    tnim (alrcsug.sniyi-r,oje d-.tmafncoyem)edt t6U.ubu.indtpi*hCpc t S.oScienc"iu.cf n  . lu*dc 
  2006. arizonadedu; ask root. t6U.ubu.indtpi*hE
  2007. iedekpppcu.cf n a cluor h defSu s; askco    syor m@evt'2.engr.arizonadedu.dt t6Gindsste the / d-Ftwo.: Stre- aupS meM225t te the /uu*htniir t6depismm th/eplleghosyor ms. uTr  .tth
  2008. arizonadedu; t6physic 
  2009. arizonadedu; mi 
  2010. arizonadedu; c 
  2011. arizonadedu, etcedt t6I*he s Sphoo tuc"B a    geUs,hyem -r,ftry Fitt i*his     Ly tver  (i.e.,avrRReagan) @mi 
  2012. arizonadeduouckpcv5hy goodsucerss. t
  2013.     Arizona.EDU isdwitecamnu    c.tmafgo:way, e thu*l  rcs e who-ask ghedtraliash     unfArizona.EDU.  Yemico r -try )at -
  2014.  
  2015. I@Arizona.EDU ifhyemco    suspectde s .india yem wa"a aN@ EMAIL a lot.  Howbv5h,avrpogtmni ak@Arizona.EDU isdr,fun aupS mehelpfule.india,"t n yxtru/ulyavrpol
  2016. te .tmafs th ncohimueadysyUo.:pi*htnutnswed. t
  2017. odu..edefAtla"i: @auc.UUCP t
  2018. odu.edtebrtuc"Calgar    avr@cpsccucalgar    .ca t6e th     l ftwo.: ,    VM/,  .inde,"h .ubu.inde t6-tuct5t )at Sbtni,a thfitt Sbtni,a th This     /ae th y t+
  2019.  
  2020. I t6e llowbdpby. This     /ae t
  2021. odu..edefCalie tnia/Berkeley: M,e    ediff h th te the /uu*hm,e    e.thh thse y
  2022. U.ubu.induo:eCi*hGax.hcf: ocf.berkeleydedudt    Ftwo.: ,   VM/, t n .induo:prste thei-r,o     jo-gethte the /uu*dt     cf.berkeleydeduedt t6U.ubu.ind CS/EE, 1 t+Yuhs Gindisepr    .berkeleydedu (haisdisdfo. t6u.ubu.ind je.uore / d-s tuore / d-fitt Ssuhs .induo:co    sste the. M) aziSTS.d.induo:prste theihaosutniir=ownavrtorksto(ste. F thfsyUhm5t t d-sophoc)A" ,a npzmut Slook e thp t    aenisute the e th cf public ceuor he U.ubu.indtpnowuhaosutc t    pay e thpe the /uu*hepr    , jo-.ewan .io luHw rvmbe= a    gedit.)dtrFir t+Yuhs Ginduo:p tsrste the:-try epr    .berkeleydedu o. t6xcs us
  2023. berkeleydedue t tipodes.berkeleydedudtdt     tsFtwo.: , Gind ,aS VM/ises.berkeleydedu (aliash     mImafaddsyUs)dt     tsGindSste the: snIke.es.berkeleydedudtr    Goodsyor ms ncotr Stre-(all .es.berkeleydedudtr     th.berkeleydedu) spr
  2024. te,uharmon    , jequoia, larle,avr    royor ct,opogtgA" ,at n .
  2025.  aan.dtr    tax.t. cti.berkeleydedu      jo-hae s---p tsgindsste the u*hdtr    it.  M,e    e.thh ths i*he s depismm thCpstunowavr    .oo.es.berkeleydedu, e thnoth     l pst.dtrEEsFtwo.: : esvt', ic,i-rd,a thp torksto(stdtdt    Jan aHw rvmbe=goppcuway s-ia,"taHw rvmucbarpa.  M,e    ecs.indtpw rvdt    haosumImafaliash     unfes.berkeleydedu, tG
  2026.  duw rvmbv5ntupS me"upportavrfi aan. uSyor ms ncotr S7 th.indsste the /re-(all .berkeleydedu):avrspr
  2027. te,uharmon    , jequoia, yew, larle, royor ct,opogtgA" ,at n .
  2028.  aan.dtrS-ia,"witss w rvmbe=moved i*ncot s es.berkeleydedu subdp pet enor nddtrdefberkeleydedu subdp pet (ie,hyem'd-f
  2029.  aan @spr
  2030. te.es.berkeleydedu). t6Tiip w rvmhIpp5t s-ia,"e thhae,'thhapp5ted yetedt t6N
  2031. IsS7 thwitf bhosute the /utre- aupS m, e thnoth     ways,avr pcbino(ste-uc"wite aNheCrepS 
  2032. tt ,e.iddleSt n )at Sbtnisavrt n/ th This     /aeHowbv5h,u.
  2033.  aan w rvmsearlehwite"repS btni"avrfieldctp we    l psdwitete the e
  2034.  
  2035. I.dt t6TipMaiu.cfm,e    ecenisute the /u(tG
  2036.  duall sste the get).uTip eavrtrte.pe.u  n web.berkeleydedu,bard.berkeleydedu, t n t6xcs us
  2037. berkeleydedue hdtrzooem, e ddm, frann    , / d-s ymem.otoo, excepthtniy'.cfbeppcco    retired. Dan be,ha pzon,dcongo, / d-volga"t n a cluor h defssrsco    (
  2038.  
  2039. In af S.orsrs)iu.cf"uppoded ncobsutniCreplacem the. avrteb"t n e ddmfh,ln cenises tea  fsyUhm5t t d-sophoc)A" tuct5t tIke.avrs ymem.o/ d-frann    u.cf ct5t uded 7 thcenises 7 thb a    geUsCmIjoreaedt t    Cenisute the e aN
  2040.  
  2041. I/utre-typ(cpS mecnnn-mxx  thennn-mxx, tGpMa t    'c'  th'e' denotI/u ts thEE, nnn isdwitecthrsheedolak,e. isdwitavrs co(st.edolak (noth     ways uded), / d-xx tre-two leir hh.dt t6Sto(sr ctecenisute the /uu.cf che s .p e s#xxxx, tGpMa # pp V    hacfblnisuedolak / d-xxxx ie s---pstpppc chalphabeiic char ct hh.dt    Tip e ue the /ul225chnfgndalf
  2042. berkeleydedue Sto(sr ct t    aeuor h cpc t S.sCpstun
  2043. In af S.oTolki5t  har ct hh.dt t    qal.berkeleydedu is uded 7 thcthrsh     et "pr ct(cpS  pc t S.oude"avr(taug.tubyotni t thropology depismm th).u Ae the e
  2044.  
  2045. IsCpstavr193xxx, tGpMa xxx ie e s lat Sbtni-uc"wite aNedt t6M,kpc(Ginduo:p/ d-Ftwo.: ): .tth
  2046. berkeleydedu  t6Sto Depismm th: sto.berkeleydedudtrPhysic  Gind p/ d-U.ubu.indt:ophysic 
  2047. berkeleydedudtrMesn. E Profs & Gind : eulNeberkeleydedu, typho.berkeleydedudtrPublic Ceuor h (s---p .ubu.inde): ocf.berkeleydedudt    Sphoo tuc"Educao(st:  s-e.berkeleydedudt    OSTS.d.thh ths ncotr :mucbvt'
  2048. berkeleydedu edt t    garnFo.berkeleydedu / d-violei.berkeleydedu /rsutniC.) a t    likely place e thp pay-e t-u e ue the e S---pdepismm ths t6.ti*npet te the /uu*htniss .thh thsS7 thftwo.: , rcsug.,avrsohtniss .thh thsS/rsutniCplace ncotr S7 thfmeseo atcfiliarsdavrtith depismm ths tea  haosunoerepS  pc t     ged7acilibiI/a
  2049.     Al.) az,e     npz n  .mnu    c-r,opay e thpt te the uu*htniss .thh ths.dt t6Soni-uc"witecenisute the /uu.cf     jo- n congo.hGax.hcflyavrtdcsyUsh    S7 thwitffitt Ssu/ugtS.ucenises u.c:dt     ts60A - c60a-__@dan bedt     ts3 - c3-1a__@a pzons thc3-1b__@congodt t6pogtmni ak@nFotles---.berkeleydedu sho r -btectnsid h dsae t lat  t    ahoic" tGpnflook    ged7romhs---onpzelectron(cpS mae t
  2050. odu..edefCalie tnia/Davi : avr@ucdavi dedu -- worksdifhyem knowutniir=te the e
  2051.  
  2052. Iavr    aNid/uu.cf che s .p e fmllllla
  2053.     @clhosr.ucdavi dedu -- worksde thpt     npzi*he s  tsdepismm thavr    whoie -h ucdavi dedu <
  2054.  
  2055. I> t
  2056. odu..edefCalie tnia/Irv th:dt     tsU.ubu.indt:obonnie. ct.ucidedudt     tsGind /S VM//Ftwo.: :  ct.ucidedudt    EE: or(st.ucidedu avrUaNid- aupS meFLLLLLLL (8  har .tx);hs---ti
  2057. IsCFFFFFFFL.dt    Ftwo.:   aNid/uu.cf aupS metniir=eni +
  2058.  
  2059. Isedt6Tr  f
  2060.  aan    gedf
  2061.  
  2062. I-l
  2063.  
  2064. I@ucidedudt
  2065. odu..edefCalie tnia/Los A aales (UCLA):dt     t: @ct.ucladeduo@oahu.ct.ucladedudt  ks  MATH: @.tth
  2066. ucladedu, @son(a..tth
  2067. ucladedu, @oak..tth
  2068. ucladeduavr    (.induo:prste the,   VM/, fmeseo )dtrEEs.indtp& fmeseo : ee.ucladeduo(nFoworkSdefRT p/ d-SUNsavr   runnigede.ux. Ethh .thh th-hae e s btni-uc"a fmmemsavr   eniedekp:  watt.ee.ucladedu, jo re.ee.ucladedu, etc)avr   UaN
  2069.  
  2070. I/uvar    ;otr S7btni,a y tver ,..a
  2071.     AGSM: @agsm.ucladeduo @uclagsmavr      (A.ubudia Ginduo:pSphoo tuc"M,eighm th)avr      All defsste ths ,   VM/e / d-ftwo.: ohaosutniir= aN ID.avr      UaN ID:eFLLLLLLL (.tx 8  har ct hh) t    CenisuAe the t:opic.ucladeduo(PIC = pro.inm i*h tc t     ge)avr   Tip e gethclear dse25hy quisman. Ae the e
  2072.  
  2073. IsCpstf aupS mavr   witecthrsheedolak"fpllowbdpby.thret leir hh  hodenubyotni sste th.avr   Ifhyem-f
  2074.  aan @laguna.pic.ucladedu,hyem gethc)A"sdenpelsdavr   info, suchctp wGpnfwite aN=eni +loggbdpon,detcedt    E
  2075. iedekpppc: seat.ucladeduo haisdisda sreO*r e thp nFoworkSfo. t6   witesphoo tuc"eniedekpppct n applibdpscienc"eaeAe    eeniedekpppc t6   .induo:prste thc-r,ogethtt te the uu*hit, / d-m,e    e .ubu.inde t6   haosute the /uu*hit 7 thcenises. haisd.thh th-hae acerssutc t       USENETa
  2076.     Anybod : oac.ucladeduoeAe IBM 3090.u At     npzi*hUCLAc-r,ogethtt t       op5t te eisute the e nfwiis ncoje d-.tma,detceu Ae the  t       
  2077.  
  2078. IsC nfwiis .thh th-/rsuterrib mecrypiic (suchctp IZZYR33)ae t
  2079. odu..edefCalie tnia/Sa"i Cruz: t6U.ubu.indt:mucscb.ucsccedudt    OSTS.dhodt     etaeudemucsc{c-e,o}.ucsccedu,mucscvm.ucsccedu,metceu
  2080.     Allhtniss hodt     (excepth7 thucscb)u.cf n bitnethtshwitffitt  t    partf che sir=dp pet 
  2081.  
  2082. I.dt    A nFw hodt,i-rts.ucsccedu,mhae be5t tdd dsae tniC.ImafaddsyUs t6e thUCSCheC.edteons efAtGpna. UaN    c-r,obe-f
  2083.  aanbdpby. aN
  2084.  
  2085. I,avrfitt Sbtni,a theni +
  2086.  
  2087. Ie U.ubu.indt, .inde,"ftwo.: , t n t6s---pstVM/ueadyhaosute the /uu*h-rts. t
  2088. odu..edefCalie tnia/Sa" Diego (UCSD):dt    TniCprimar  .tmafgo:way is ucsddedue haisd.thh th-     jo-hae p t    smart-f
  2089.  aan pro.inm, tG
  2090.  duw rvmlook up 
  2091.  
  2092. IsCtea  spe.u similar V    hcot s  npzyem-f
  2093.  aaned. Jut S"f
  2094.  aan 
  2095.  
  2096. I@ucsddedu"edt t6M) az aN
  2097.  
  2098. I/utre-t s  This     f che s .itt Sbtni"fpllowbdpby.thIavr)at Sbtni,atrun-rted nco8  har ct hh, iIe "jfowlN@ucsddedu", e t V    haisdisdnoth     ways witecass (becau e .) az.io luHdo,'thlikehtniir t6
  2099.  
  2100. IsCtrun-rted)edt t6M,hh th-sdcc13 houses te:prste thc.india     fte the /uuhc.syU th, e t V    .tmafncoucsddeduuw rvmrep du(al.) a)se25hy npz n sdcc13.ucsddeduedt t6Ifde s .india isda .induo:prste th,"ftwo.:  meolak,eorpstVM/ V    .eolakotr :mteb h (s-cs     fscienc"e),dcogsci (guyUs), ee n t6(l
  2101.  au(sr ct),dcrl (s---pde25lopm th     fpsyphology .io lu)edt t6M,n    , m,e    eoSTS.d.thh ths houseecthrsh,"ftwo.: ,   VM/, t n syU arleavrte the /.  Yemthbugthbut is ncolook e s btni-up uhcucsddeduedt todu..edefCG
  2102.  ago:dt    TniCodu.edtebrtuc"CG
  2103.  agopnowu(fpS 91) runs te:pph .tmaco    syor m, jo-je dppc.tmafncof This     - y tver @ucG
  2104.  agodeduuw rvavrtorkdifhtniy'osu th h dsaerepS .tmabox i*ncot sir=ph  thrmae t6I*hcass uc"btni-ctnflict, /ddsaddhisia     f This     /hbuy nd.thIavr.itt . QuyUo(ste-sho r -btedirected ncoadvi or@midway.ucG
  2105.  agodedu.y
  2106. U.ubu.induo:e: midway.ucG
  2107.  agodeduu(fp eer metank.ucG
  2108.  agodedu)avr(midway.ucG
  2109.  agodeduusreO*ssae t .tmafs eO*r e th.thh ths t6
  2110.  
  2111. Id quids.ucG
  2112.  agodeduut n yllis.ucG
  2113.  agodedu)    dt     tsGind :fgrgoyle.ucG
  2114.  agodedu t6M,kp: zaphod.ucG
  2115.  agodedu t6Educao(st: paid (a.ucG
  2116.  agodedu t6Chem(srr :mpico.ucG
  2117.  agodedu t6A    jo-Tr :muchep.ucG
  2118.  agodedu t todu..edefColoindo/Bo r kp: V    hinmp.coloindocedu,mcoloindoceduedt6Telnethncodirectpr    .coloindocedu,m a    ged aN
  2119.  
  2120. I "directpr    ". t6Tiip leiszyem-acerssut s  nl th-phonebook/e.ImafaddsyUs bookedt todu..edefConn co(cut: V    uctnndedu t6 aNid@n(cky.uctnndedu t6 tsU.ubu.indt:oug1.eni1.uctnndedu t6 tsGind p/ d-Ftwo.: : cse1.cte.uctnndedu  t6 tsRyU arlep/ d-Gind :fsparc0.brc.uctnndedu t todu..edefDaytia (Ohio):dt    Sphoo tuc"E
  2121. iedekpppc: te cc.enir.udaytiadedu t6 PS: tecps3.cps.udaytiadedu t6Gax.hcf: teavxb.oca.udaytiadedu t todu..edefFloiidac(Ga thsv rvh,"FL):dt    F
  2122.  aan  y tver @wasp.eni.ufldedue Connpetsh tc leit l(sr ngs t6e th.io luHi*he s  pllegetuc"E
  2123. iedekpppc, / d-s---pl(sr ngs t6e th.io luHi*hoSTS.ddepismm thsedt todu..edefIllinoie,"CGnmp.: dt     t: .tmafnco y tver @ct.uiucdedu o. f y tver @ct.uiucdeduco    sho r -tork. t6C.mnu    : .tmafncof- y tver @uiucdedu / d-fitt 
  2124.  
  2125. I-ly tver @uiucdedu  t6 aupS meworks.dtrSste thcAe the t:ouxa.cto.uiucdedu  E25hy fsyUhmr,ogetshtt t    te the e nfwiis .thh th. UaN
  2126.  
  2127. I/uu.cf aupS metnie aNhe V    haret  This     /,"fpllowbdpby.f225crandp  char ct hh.dt    CS/Gind SstesRyU arle: ..ct.uiucdedu (Enc)A"sMo.:i.tx) t    Ceniset:oux1.cto.uiucdedu,mhe drux.ece.uiucdeduco           (Purely enorrucisia     . 1Ssu/ugtS.ute the /uu*htnis .thh th.)dt    Ftwo.: :iu.cfm) aly u*hux1.cto.uiucdeduavr    whoie -h uiucdedu <
  2128.  
  2129. Is>dt t6It is udupS mepogsib e ncoje d-.tmafncof- y tver @uiucdedu o. t6fitt 
  2130.  
  2131. I-ly tver @uiucdedu. Ifde a  ftmas,hyem w rvmgetht V    .essigh tG
  2132.  dutyllszyem-whmetniee.Imafco r -nothbtes th.avdt    FromhBITNET,hit is pogsib e ncogethinformao(stf bhuaz,e    prste thcbmavrexect     gedwitectmm/ d-'TELL PHSERVE AT UIUCVMD-fitt 
  2133.  
  2134. Iavr)at 
  2135.  
  2136. I RETURN ALL.'dt todu..edefIllinoie/CG
  2137.  ago: uicvm.cc.uicdedu ( aNid/u che s .p e Uxxxxx) t todu..edefIowa:co        E
  2138. iedekpe -uu*htni Appllo pppc t                  - @
  2139.  aet.uiowadeduco                  - Fitt SIThi     fMiddleSIThis     fLat SN
  2140. I        co        OSTS.s    - @weeg.uiowadedu        co t todu..edefKansas:dtrSste thcAe the t:okuhub.cc.ukansdedu t6M) az aN ID'/utre-t sir=eni +
  2141.  
  2142. Isu(fitt S6 leir hh)edt tUNLV:dtrSste thcAe the t:oh drock.nevadadeduavruns-helios.nevadadedu is uded by.s---pstte the, e tueadybedt    cha
  2143. iedg